This commit is contained in:
2021-08-15 20:40:13 +01:00
parent 08b0037ee6
commit d77077f13d
5 changed files with 49 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>