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
|
||||
---
|
||||
<p>« Back to posts</p>
|
||||
|
||||
<p>
|
||||
<a href="../"> « Back to posts</a>
|
||||
</p>
|
||||
<article>
|
||||
<h2>{{ title }}</h2>
|
||||
<time>{{ date | dateFilter }}</time>
|
||||
{{ content | safe }}
|
||||
{% for tag in tags %}
|
||||
{% set tagUrl %}/tags/{{ tag | slug }}/{% endset %}
|
||||
<a href="{{ tagUrl | url }}">{{ tag }}</a>
|
||||
{% endfor %}
|
||||
<h2>{{ title }}</h2>
|
||||
<time>{{ date | dateFilter }}</time>
|
||||
{{ content | safe }}
|
||||
{% for tag in tags %} {% set tagUrl %}/tags/{{ tag | slug }}/{% endset %}
|
||||
<a href="{{ tagUrl | url }}">{{ tag }}</a>
|
||||
{% endfor %}
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Reference in a new issue