Edit blog posts to be more clear on home page
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<title>CS2163 Blog</title>
|
||||
<meta name="description" content="CS2163 Blog">
|
||||
<meta name="author" content="Isaac Shoebottom">
|
||||
<meta name="keywords" content="frog, lab, all, git, cs2163">
|
||||
<meta name="keywords" content="frog, lab, all, git, racket, cs2163">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="canonical" href="http://www.example.com/index.html">
|
||||
@ -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>
|
||||
<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><a class="dropdown-item" href="/tags/racket.html">racket</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@ -97,12 +97,23 @@
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<h1 id="lab-one">Lab One</h1>
|
||||
|
||||
<p>In this lab we learned about how to use frog and git, and how to interact with the university git remote.</p>
|
||||
<footer>
|
||||
<a href='/2022/09/lab-one.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href='/2022/09/lab-two.html'>Lab Two</a></h2>
|
||||
<p class='date-and-tags'>
|
||||
<time datetime="2022-09-12" pubdate="true">2022-09-12</time> - <span class="tags"><a href="/tags/cs2163.html">cs2163</a>, <a href="/tags/lab.html">lab</a>, <a href="/tags/git.html">git</a>, <a href="/tags/racket.html">racket</a></span></p>
|
||||
<p class='authors'>By: <span class="authors">Isaac Shoebottom</span></p>
|
||||
</header>
|
||||
|
||||
<p>In this lab we learned more about git, and using racket to draw shapes</p>
|
||||
<footer>
|
||||
<a href='/2022/09/lab-two.html'>… more …</a>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user