Update t0.vc links back home

This commit is contained in:
Tanner Collin 2023-02-21 14:21:11 -07:00
parent 8c9d1fff52
commit ad4f797c18
4 changed files with 10 additions and 1 deletions

View File

@ -74,7 +74,7 @@
{% block content %}
<body>
<div class="content">
<p><a href="/">Return Home</a></p>
<p><a href="/">Home | t0.vc</a></p>
<h1>{{ article.title }}</h1>
{{ article.summary }}
{{ article.locale_date }}

View File

@ -1,5 +1,6 @@
{% extends "base.html" %}
{% block meta %}
<title>Creations | t0.vc</title>
{% endblock %}
{% block style %}
@ -7,6 +8,8 @@
{% block content %}
<pre style=font:unset>
<a href="/">Home | t0.vc</a>
Creations
=========

View File

@ -1,5 +1,6 @@
{% extends "base.html" %}
{% block meta %}
<title>Projects | t0.vc</title>
{% endblock %}
{% block style %}
@ -7,6 +8,8 @@
{% block content %}
<pre style=font:unset>
<a href="/">Home | t0.vc</a>
Projects
========

View File

@ -1,5 +1,6 @@
{% extends "base.html" %}
{% block meta %}
<title>Writing | t0.vc</title>
{% endblock %}
{% block style %}
@ -7,6 +8,8 @@
{% block content %}
<pre style=font:unset>
<a href="/">Home | t0.vc</a>
Writing
=======