mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-10-13 07:54:31 +00:00
tags!
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p style="font-size: 0.7em"> tags:
|
||||
$for(tags)$
|
||||
<a href="/.tags/$it$.html">$it$</a>$sep$,
|
||||
$endfor$
|
||||
</p>
|
||||
$body$
|
||||
|
||||
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
|
||||
</body>
|
||||
|
@@ -1 +1,4 @@
|
||||
<p>These are my personal notes. Correctness is not guaranteed.</p>
|
||||
<p>
|
||||
These are my personal notes. Correctness is not guaranteed.
|
||||
Browse by tag <a href="/.tags">here</a>.
|
||||
</p>
|
||||
|
@@ -6,7 +6,7 @@
|
||||
<title>$title$</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>$title$</h1>
|
||||
<h1>$h1title$</h1>
|
||||
$body$
|
||||
|
||||
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
|
||||
|
Reference in New Issue
Block a user