diff --git a/LICENSE b/LICENSE index 62a23fd..74aef1b 100644 --- a/LICENSE +++ b/LICENSE @@ -36,6 +36,10 @@ Sharethis have own custom license too: http://www.sharethis.com/legal/publisher-terms-of-use -[Liberation font](https://www.redhat.com/promo/fonts/) is licensed under The SIL Open Font License: +[Liberation font](https://www.redhat.com/promo/fonts/) is licensed under +The SIL Open Font License: http://scripts.sil.org/OFL + +Special thanks to [Monztruo](http://monztruo.deviantart.com/), I borrowed +[his icon](http://monztruo.deviantart.com/art/Zalgo-Pacman-v1-194649946). diff --git a/_layouts/paper.html b/_layouts/paper.html index aeba69b..93164be 100644 --- a/_layouts/paper.html +++ b/_layouts/paper.html @@ -10,9 +10,12 @@ layout: default
{{ page.date | date_to_string }}
Last edit: {{ page.last | date_to_string }}
Tags: {% for tag in page.tags %} - {{ tag }} - {% endfor %}
+{{ Tags: page.tags }}
+Related posts:
+ {% for post in site.related_posts limit:3 %}
+ {{ page.last | date_to_string }} {{ post.title }}
+ {% endfor %}
+
.zshrc
and explain what it does and why it is needed. Also any comments or additions are welcome. It is a translated paper from Russian (original).
commentIssueId: 5
diff --git a/blog/index.html b/blog.html
similarity index 75%
rename from blog/index.html
rename to blog.html
index 7caf7ab..0de18cb 100644
--- a/blog/index.html
+++ b/blog.html
@@ -22,11 +22,9 @@ posts:
{% for post in site.posts %}
{{ post.date | date_to_string}}
+{{ post.date | date_to_string}}
{{ post.description }}
-Tags: {% for tag in post.tags %} - {{ tag }} - {% endfor %}
+Tags: {{ post.tags }}
{% endfor %}