Cleaned up the templates and added some content to my first blog post
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>About page</title>
|
||||
<meta name="description" content="About page: Your about page, here....">
|
||||
<meta name="author" content="The Unknown Author">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
@ -39,7 +39,7 @@
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<div class="container">
|
||||
|
||||
<a href="/index.html" class="navbar-brand">My Blog Brand</a>
|
||||
<a href="/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"
|
||||
@ -57,7 +57,7 @@
|
||||
</a>
|
||||
|
||||
<div class="dropdown-menu">
|
||||
|
||||
<a class="dropdown-item" href="/tags/cs2163.html">cs2163</a><a class="dropdown-item" href="/tags/frog.html">frog</a><a class="dropdown-item" href="/tags/git.html">git</a><a class="dropdown-item" href="/tags/lab.html">lab</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@ -97,28 +97,7 @@
|
||||
</div>
|
||||
<footer>
|
||||
<hr />
|
||||
<p><a href="https://twitter.com/racketlang"
|
||||
class="twitter-follow-button"
|
||||
data-show-count="false"
|
||||
data-lang="en">
|
||||
"Follow RacketLang"
|
||||
</a>
|
||||
<script type="text/javascript">
|
||||
!function(d,s,id){
|
||||
var js,fjs=d.getElementsByTagName(s)[0];
|
||||
if(!d.getElementById(id)){
|
||||
js=d.createElement(s);
|
||||
js.id=id;
|
||||
js.src="//platform.twitter.com/widgets.js";
|
||||
fjs.parentNode.insertBefore(js,fjs);
|
||||
}
|
||||
}(document,"script","twitter-wjs");
|
||||
</script></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 -->
|
||||
|
Reference in New Issue
Block a user