post layout changes
This commit is contained in:
parent
23d7aa9769
commit
061cf41ae7
1 changed files with 10 additions and 8 deletions
|
|
@ -1,13 +1,15 @@
|
||||||
---
|
---
|
||||||
layout: base
|
layout: base
|
||||||
---
|
---
|
||||||
<p>« Back to posts</p>
|
|
||||||
|
<p>
|
||||||
|
<a href="../"> « Back to posts</a>
|
||||||
|
</p>
|
||||||
<article>
|
<article>
|
||||||
<h2>{{ title }}</h2>
|
<h2>{{ title }}</h2>
|
||||||
<time>{{ date | dateFilter }}</time>
|
<time>{{ date | dateFilter }}</time>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
{% for tag in tags %}
|
{% for tag in tags %} {% set tagUrl %}/tags/{{ tag | slug }}/{% endset %}
|
||||||
{% set tagUrl %}/tags/{{ tag | slug }}/{% endset %}
|
<a href="{{ tagUrl | url }}">{{ tag }}</a>
|
||||||
<a href="{{ tagUrl | url }}">{{ tag }}</a>
|
{% endfor %}
|
||||||
{% endfor %}
|
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue