Add tags
https://javran.github.io/posts/2014-03-01-add-tags-to-your-hakyll-blog.html
This commit is contained in:
parent
32b144db4e
commit
e4aab38353
18 changed files with 40 additions and 4 deletions
|
@ -44,6 +44,9 @@
|
|||
<p class="byline">$author$</p>
|
||||
$endif$
|
||||
$endif$
|
||||
$if(tags)$
|
||||
<p class="byline">Tags: $tags$</p>
|
||||
$endif$
|
||||
$endif$
|
||||
</header>
|
||||
|
||||
|
|
1
templates/tag.html
Normal file
1
templates/tag.html
Normal file
|
@ -0,0 +1 @@
|
|||
$partial("templates/post-list.html")$
|
Loading…
Add table
Add a link
Reference in a new issue