summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html
index 80afbff..cca6bf3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,16 +28,11 @@
{% block extrabody %}{% endblock %}
<footer class="page-footer">
<nav>
- <a class="nav-item" href="/about" title="About Corrinne">About</a>
- <a class="nav-item" href="/private-tutoring" title="Work with me">Work With Me</a>
- <a class="nav-item" href="/faq" title="Frequently asked questions">FAQ</a>
- {%comment %}<a class="nav-item" href="/what-is-structured-word-inquiry" title="How structured word inquiry helps children learn to read">What Is SWI?</a>
- <a class="nav-item" href="/resources/" title="Resources for parents and teachers">Resources</a>{% endcomment%}
- <a class="nav-item" href="/contact/" title="Contact Corrinne">Contact</a>
+ <a class="nav-item" href="/posts" title="View Guides">Guides</a>
</nav>
<p id="license">
&copy; 2020-{% now "Y" %}
- <span class="h-card"><a class="p-name u-url" href="https://tk.net/">Corrinne Gilbertson</a><data class="p-locality" value="Everywhere"></data><data class="p-country-name" value="United States"></data></span>.
+ <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">luxagraf</a><data class="p-locality" value="Everywhere"></data><data class="p-country-name" value="United States"></data></span>.
</p>
</footer>
{% block js %}{% endblock%}