mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-16 06:19:55 +00:00
edited main pages
This commit is contained in:
@ -10,13 +10,19 @@ hasTr: true
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>{{ page.title }}</h1>
|
||||
<h3><a name="archive" class="anchor" href="#archive"><span class="octicon octicon-link"></span></a><a href="/blog/archive">Archive</a></h3>
|
||||
<h3>
|
||||
<a href="#archive" class="anchor" name="archive"><span class="octicon octicon-link"></span></a>
|
||||
<a href="/blog/archive" title="Archive">Archive</a>
|
||||
</h3>
|
||||
</header>
|
||||
<section>
|
||||
|
||||
{% for post in site.categories.en limit:10 %}
|
||||
<h1><a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
||||
<p><i>{{ post.date | date_to_string }}</i></p>
|
||||
<p>{{ post.description }}</p>
|
||||
<p><b>Tags</b>: {{ post.tags }}</p>
|
||||
{% endfor %}
|
||||
{% for post in site.categories.en limit:10 %}
|
||||
<h1>
|
||||
<a href="#{{ post.short }}" class="anchor" name="{{ post.short }}"><span class="octicon octicon-link"></span></a>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
</h1>
|
||||
<p><i>{{ post.date | date_to_string }}</i></p>
|
||||
<p>{{ post.description }}</p>
|
||||
<p><b>Tags</b>: {{ post.tags }}</p>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user