mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-07 10:55:54 +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>
|
||||
</header>
|
||||
{{{body}}}
|
||||
<p><a href="{{url}}">∞</a></p>
|
||||
</article>
|
||||
<p><a href="{{url}}">∞</a></p>
|
||||
<p class="sep">༄</p>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<time>{{date}}</time>
|
||||
</header>
|
||||
{{{html}}}
|
||||
<p><a href="{{url}}">∞</a></p>
|
||||
{{/post}}
|
||||
</article>
|
||||
<p><a href="{{#post}}{{url}}{{/post}}">∞</a></a>
|
||||
<p class="sep">༄</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue