Init
This commit is contained in:
AUTHORS.mdCONTRIBUTING.mdEXAMPLES.mdLICENSEMakefileREADME.mdbabel.cfgmessages.pot
static
css
bootstrap.min.cssfont-awesome.min.csshtml4css1.cssnormalize.min.csstypogrify.css
pygments
style.cssthemes
litera
fonts
FontAwesome.otffontawesome-webfont.eotfontawesome-webfont.svgfontawesome-webfont.ttffontawesome-webfont.wofffontawesome-webfont.woff2glyphicons-halflings-regular.eotglyphicons-halflings-regular.svgglyphicons-halflings-regular.ttfglyphicons-halflings-regular.woffglyphicons-halflings-regular.woff2
js
tipuesearch
templates
archives.htmlarticle.htmlarticle_list.htmlauthor.htmlauthors.htmlbase.htmlcategories.htmlcategory.html
includes
aboutme.htmladdthis.htmlarticle_info.htmlbanner.htmlcc-license.htmlcomment_count.htmlcomments.htmldisqus_script.htmlfooter.htmlga.htmlliquid_tags_nb_footer.htmlliquid_tags_nb_header.htmlminify_tipuesearch.htmlpagination.htmlpiwik.htmlrelated-posts.htmlseries.htmlshow_source.htmlsidebar.html
index.htmlpage.htmlsearch.htmlsubcategory.htmltag.htmltags.htmlsidebar
archive.htmlarticle-li.htmlauthors.htmlcategories.htmlgithub-js.htmlgithub.htmlimages.htmllinks.htmlmacros.jinjarecent_posts.htmlseries.htmlshow_source.htmlsocial.htmltag_cloud.htmltwitter_timeline.html
taglist.htmltranslations.htmltwitter_cards.htmltranslations
ca
LC_MESSAGES
de
LC_MESSAGES
fr
LC_MESSAGES
ru
LC_MESSAGES
20
templates/includes/sidebar.html
Normal file
20
templates/includes/sidebar.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!-- Sidebar -->
|
||||
<section class="well well-sm">
|
||||
<ul class="list-group list-group-flush">
|
||||
{% include 'includes/sidebar/optional_top.html' ignore missing %}
|
||||
{% include 'includes/sidebar/social.html' %}
|
||||
{% include 'includes/sidebar/recent_posts.html' %}
|
||||
{% include 'includes/sidebar/categories.html' %}
|
||||
{% include 'includes/sidebar/tag_cloud.html' %}
|
||||
{% include 'includes/sidebar/show_source.html' %}
|
||||
{% include 'includes/sidebar/series.html' %}
|
||||
{% include 'includes/sidebar/github.html' %}
|
||||
{% include 'includes/sidebar/twitter_timeline.html' %}
|
||||
{% include 'includes/sidebar/links.html' %}
|
||||
{% include 'includes/sidebar/authors.html' %}
|
||||
{% include 'includes/sidebar/images.html' %}
|
||||
{% include 'includes/sidebar/archive.html' %}
|
||||
{% include 'includes/sidebar/optional_bottom.html' ignore missing %}
|
||||
</ul>
|
||||
</section>
|
||||
<!-- End Sidebar -->
|
Reference in New Issue
Block a user