mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2026-01-31 06:26:32 -06:00
Reformat posts.html Liquid
This commit is contained in:
+7
-2
@@ -19,7 +19,10 @@ layout: default
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="post_combo">
|
<div class="post_combo">
|
||||||
<h2><a href="{{ post._link | default: post.url }}">{{ post.title }}</a></h2><i>
|
<h2>
|
||||||
|
<a href="{{ post._link | default: post.url }}">{{ post.title }}</a>
|
||||||
|
</h2>
|
||||||
|
<i>
|
||||||
{%- for tag in post.tags -%}
|
{%- for tag in post.tags -%}
|
||||||
{%- unless page.tag == tag -%}
|
{%- unless page.tag == tag -%}
|
||||||
{{- " " -}}{{- tag -}}
|
{{- " " -}}{{- tag -}}
|
||||||
@@ -33,4 +36,6 @@ layout: default
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<p style="text-align: center;"><a href="/feed.xml">Atom</a>
|
<p style="text-align: center;">
|
||||||
|
<a href="/feed.xml">Atom</a>
|
||||||
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user