Cleaned up the templates and added some content to my first blog post

This commit is contained in:
Isaac
2022-09-07 10:13:15 -03:00
parent 837ed93129
commit b2114abb90
15 changed files with 57 additions and 453 deletions

View File

@ -33,7 +33,7 @@
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container">
<a href="@|uri-prefix|/index.html" class="navbar-brand">My Blog Brand</a>
<a href="@|uri-prefix|/index.html" class="navbar-brand">Isaac's CS2163 Blog</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbar_collapse" aria-controls="navbar_collapse"
@ -101,10 +101,8 @@
(string-append uri-prefix
"/index.html"))
@list{
<h1>Welcome</h1>
<p>Here is some text that only goes on the home page,
because <code>@"@"uri-path</code> is
<code>/index.html</code>.</p> })
<h1 style="display: none">Welcome</h1>
})
@;{ Index pages for posts have @tag that's not #f }
@(when tag
@list{<h1>Posts tagged <em>@|tag|</em></h1>})
@ -114,12 +112,7 @@
</div>
<footer>
<hr />
<p>@twitter-follow-button["racketlang" "Follow RacketLang"]</p>
<p>Site generated
by <a href="https://github.com/greghendershott/frog">Frog</a>,
the <strong>fr</strong>ozen bl<strong>og</strong> tool.</p>
<p>Using <a href="http://twitter.github.com/bootstrap/index.html">Bootstrap</a>.</p>
<p><em>Your legal notice here</em>.</p>
<p><em>Isaac Shoebottom 2022 ©</em></p>
</footer>
</div>
<!-- </body> JS -->