Move all projects from old website over
This commit is contained in:
@@ -1,8 +1,20 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<p>
|
||||
Hi, I'm Tanner! I do firmware design and web development, although I majored
|
||||
in electrical engineering.
|
||||
</p>
|
||||
|
||||
<h2>Contact Info</h2>
|
||||
|
||||
<p>
|
||||
Email: <a href="mailto:site@tannercollin.com">site@tannercollin.com</a> <br />
|
||||
Telegram: @tannercollin
|
||||
</p>
|
||||
|
||||
{% for article in articles_page.object_list %}
|
||||
<h2><a href="{{ article.url }}">{{ article.title }}</a></h2>
|
||||
<h3><a href="{{ article.url }}">{{ article.title }}</a></h3>
|
||||
<p class="metadata">
|
||||
{{ article.locale_date }}
|
||||
{% if article.modified %}
|
||||
|
Reference in New Issue
Block a user