aboutsummaryrefslogtreecommitdiff
path: root/blog/template.html
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-07 09:44:57 -0600
committernathansmith <nathansmith@posteo.com>2025-05-07 09:44:57 -0600
commit1cb2b2d6241b6dc88d1f5e5dcc128841e154a1d7 (patch)
tree5a2adfcc87a609ad98938171e477bfffe89ac838 /blog/template.html
parentad77b98eb20b1abec23940a14512e07255b222ef (diff)
Changed the blog html generater to scheme as well
Diffstat (limited to 'blog/template.html')
-rw-r--r--blog/template.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/blog/template.html b/blog/template.html
index de3af96..d4eeffb 100644
--- a/blog/template.html
+++ b/blog/template.html
@@ -7,22 +7,19 @@
<style>
- /* the weird formating is because its going to be used in a python format
- string.
- */
-body {{
+body {
color: black;
background-image: url('../images/blog_background.png');
-}}
+}
-table {{
+table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
-}}
+}
</style>
@@ -50,13 +47,12 @@ table {{
<tr>
<td>
- {article_list}
+ ~a
</td>
</tr>
</table>
- <!-- Python will insert the articles from rss here -->
- {articles}
+ ~a
</center>
</body>
</html>