mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Enabled LSI, added code for related posts to template.
This commit is contained in:
parent
cad1e0c049
commit
050a7af6b2
@ -14,7 +14,10 @@ markdown_ext: markdown,mkdown,mkdn,mkd,md
|
||||
highlighter: pygments
|
||||
|
||||
safe: true
|
||||
lsi: false
|
||||
lsi: true
|
||||
|
||||
encoding: "utf-8"
|
||||
timezone: "Europe/Berlin"
|
||||
|
||||
github:
|
||||
project_title: "Wiki"
|
||||
|
@ -48,6 +48,15 @@
|
||||
<script src="//apis.google.com/js/plusone.js" type="text/javascript"></script>
|
||||
<div class="g-comments" data-href="{{ site.url }}{{ page.url }}" data-width="900" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD">Loading Google+ comments...</div>
|
||||
</section>
|
||||
{% if site.related_posts %}
|
||||
<section id="related">
|
||||
<ul>
|
||||
{% for relpost in site.related_posts %}
|
||||
<li><a href="{{ relpost.url }}">{{ relpost.title }}</a>></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<!-- BEGIN: Google Analytics -->
|
||||
|
Loading…
Reference in New Issue
Block a user