mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
put the permalink inside the article tag
This commit is contained in:
parent
ed7af5166f
commit
4ee0654120
2 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@
|
||||||
<time>{{date}}</time>
|
<time>{{date}}</time>
|
||||||
</header>
|
</header>
|
||||||
{{{body}}}
|
{{{body}}}
|
||||||
</article>
|
|
||||||
<p><a href="{{url}}">∞</a></p>
|
<p><a href="{{url}}">∞</a></p>
|
||||||
|
</article>
|
||||||
<p class="sep">༄</p>
|
<p class="sep">༄</p>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<time>{{date}}</time>
|
<time>{{date}}</time>
|
||||||
</header>
|
</header>
|
||||||
{{{html}}}
|
{{{html}}}
|
||||||
|
<p><a href="{{url}}">∞</a></p>
|
||||||
{{/post}}
|
{{/post}}
|
||||||
</article>
|
</article>
|
||||||
<p><a href="{{#post}}{{url}}{{/post}}">∞</a></a>
|
|
||||||
<p class="sep">༄</p>
|
<p class="sep">༄</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue