update site code

This commit is contained in:
2023-09-05 17:27:19 -07:00
parent af31d25f52
commit 0d19f65c9c
7 changed files with 62 additions and 26 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>rshyn.site - $title$</title>
<title>rshyn.site</title>
<link rel="stylesheet" href="/css/default.css" />
</head>
<body>
+1 -1
View File
@@ -2,7 +2,7 @@
$if(posts)$
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
<a href="$url$">$title$</a> - $modded$
</li>
$endfor$
$endif$
+1
View File
@@ -7,4 +7,5 @@
<section>
$body$
</section>
<span class="modded"><em>Last modified: $modded$</em></span>
</article>
+9
View File
@@ -0,0 +1,9 @@
<ul>
$if(publications)$
$for(publications)$
<li>
<a href="$url$">$title$</a> - $published$
</li>
$endfor$
$endif$
</ul>