summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-07-19 13:16:51 -0500
committerluxagraf <sng@luxagraf.net>2023-07-19 13:16:51 -0500
commitb57ea2a45e541f7048df141949325637f5088d5f (patch)
tree42dda183288bc52e396d1946845436ffad15aff9 /templates
parentcadb4a09bfa9457171f03848dd054c987fda3322 (diff)
posts: prettied up the table
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/templates/base.html b/templates/base.html
index 2e24177..80afbff 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="{% block metadescription %}{% endblock %}">
- <meta name="author" content="Corrinne Gilbertson">
+ <meta name="author" content="luxagraf">
{%block stylesheet%}<link rel="stylesheet"
href="/media/screenv1.css{%comment%}?{% now "u" %}{%endcomment%}"
media="screen">{%endblock%}
@@ -17,15 +17,10 @@
<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>
<header class="header-wrapper">
<div id="logo">
- <a class="logo-link" href="/" title="Home">Cumulus<span>Learning</span></a>
+ <a class="logo-link" href="/" title="Home">Wired Guide Tool</span></a>
</div>
<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>
</header>
{% block breadcrumbs %}{% endblock %}