first
This commit is contained in:
commit
77a53e06a5
21 changed files with 1070 additions and 0 deletions
15
templates/meta.html
Normal file
15
templates/meta.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
$head()$
|
||||
|
||||
$if(title)$
|
||||
<header>
|
||||
<h1>$title$</h1>
|
||||
</header>
|
||||
$endif$
|
||||
|
||||
$if(posts)$
|
||||
$postlist()$
|
||||
$elseif(tags)$
|
||||
$taglist()$
|
||||
$endif$
|
||||
|
||||
$foot()$
|
Loading…
Add table
Add a link
Reference in a new issue