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> <a class="NavLinks" href="{% url 'index' %}"><h2>Home</h2></a>
</nav> </nav>
</div> </div>
</body>
<main class="bioMainBody"> <main class="bioMainBody">
<div class="bioDiv"> <div class="bioDiv">
<image> <image>
@@ -53,6 +52,7 @@
</p> </p>
</article> </article>
</main> </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> </html>

View File

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

Binary file not shown.