summary refs log tree commit diff
path: root/_includes/blogpost.njk
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2024-10-31 14:38:44 -0500
committerStarfall <us@starfall.systems>2024-10-31 14:38:44 -0500
commit879c7506971d5866d5195fcf6c58b759fd0eaa7a (patch)
treef880c82e03aac2fc2e42b5ad3c7098401022a2c5 /_includes/blogpost.njk
parenta84fe05db4df72341afad3cce3636b59b552c6c8 (diff)
refactor CSS
Diffstat (limited to '_includes/blogpost.njk')
-rw-r--r--_includes/blogpost.njk9
1 files changed, 3 insertions, 6 deletions
diff --git a/_includes/blogpost.njk b/_includes/blogpost.njk
index 5797199..3463250 100644
--- a/_includes/blogpost.njk
+++ b/_includes/blogpost.njk
@@ -8,7 +8,7 @@ title = "Starfall"
 	<meta charset=UTF-8>
 	<meta name=robots content="noindex, nofollow">
 	<meta name=viewport content="width=device-width, initial-scale=1">
-	<link rel=stylesheet href=/css/terminal.css>
+	<link rel=stylesheet href=/css/base.css>
 	<script src='/js/moon-phase.js'></script>
 	{{ extraHeadContent | safe }}
 </head>
@@ -30,15 +30,12 @@ title = "Starfall"
 </header>
 
 <article>
-{% if author %}{{ author }} {% endif -%}
-{% if date %}{{ date | local_date }}{% endif -%}
+{% if author %}<b>Author:</b> {{ author }}<br/>{% endif -%}
+{% if date %}<b>Posted:</b> {{ date | local_date }}<br/>{% endif -%}
 {{ content | safe }}
 </article>
 
 <footer>
-<section>
-	<p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2024 Starfall. See <a href=https://git.starfall.systems/infra/web/tree/COPYING.md rel=license>COPYING.md</a>.
-</section>
 <div style=text-align:center>⋁/⋀</div>
 </footer>