Finished :

This commit is contained in:
2018-03-14 20:35:50 -06:00
parent 423b27b0b3
commit 7b235d8216
4 changed files with 3 additions and 2 deletions

BIN
cs2610hw5/Blog/.urls.py.swp Normal file

Binary file not shown.

View File

@@ -17,7 +17,6 @@
<a class="NavLinks" href="{% url 'index' %}"><h2>Home</h2></a>
</nav>
</div>
</body>
<main class="bioMainBody">
<div class="bioDiv">
<image>
@@ -53,6 +52,7 @@
</p>
</article>
</main>
<footer>This is my footer and its super duper awesome. See!</footer>
<footer>This is my footer and its super duper awesome. See! {% now "jS F Y H:i" %} </footer>
</body>
</html>

View File

@@ -60,6 +60,7 @@
<img src="https://octodex.github.com/images/dojocat.jpg" alt="GitHub Ninja Cat">
</aside>
</main>
<footer>This is my footer and its super duper awesome. See! {% now "jS F Y H:i" %} </footer>
</body>

Binary file not shown.