mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-22 08:59:56 +00:00
2014-01-15
- removed custom tags + added normal tags and related pages + moved blog/index to blog
This commit is contained in:
@ -10,9 +10,12 @@ layout: default
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p align="justify">{{ page.date | date_to_string }}<br>
|
||||
<i>Last edit: {{ page.last | date_to_string }}</i></p>
|
||||
<p align="justify">Tags: {% for tag in page.tags %}
|
||||
<a href="https://www.google.ru/search?q={{ tag }}+site:arcan1s.github.io">{{ tag }}</a>
|
||||
{% endfor %}</p>
|
||||
<p align="justify">{{ Tags: page.tags }}</p>
|
||||
<p align="justify"><b>Related posts</b>:<br>
|
||||
{% for post in site.related_posts limit:3 %}
|
||||
<i>{{ page.last | date_to_string }}</i> <a href="{{ post.url }}">{{ post.title }}</a><br>
|
||||
{% endfor %}
|
||||
</p>
|
||||
</header>
|
||||
<section>
|
||||
|
||||
|
Reference in New Issue
Block a user