summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-07-19 15:50:29 -0500
committerluxagraf <sng@luxagraf.net>2023-07-19 15:50:29 -0500
commita22d349573d60564e582b9a314c9463385d03dac (patch)
treea8bb9d9d6e3edbb75e454539cd7cd7caab7e0744 /templates/base.html
parent46ecd030e8d2b68f155c6f8d2d4ad653500391c6 (diff)
posts: made create and update forms for notes
Diffstat (limited to 'templates/base.html')
-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%}