summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/about/figure.html1
-rw-r--r--templates/base.html4
-rw-r--r--templates/posts.html4
3 files changed, 4 insertions, 5 deletions
diff --git a/templates/about/figure.html b/templates/about/figure.html
index 4a4c365..168aa4e 100644
--- a/templates/about/figure.html
+++ b/templates/about/figure.html
@@ -4,5 +4,4 @@
<source srcset="/team/{{ tutor.get_id() }}/{{ tutor.get_id() }}.png" type="image/png" />
<img alt="{{ tutor.get_name() }}" src="/team/{{ tutor.get_id() }}/{{ tutor.get_id() }}.png" />
</picture>
- <figcaption>{{ tutor.get_name() }}</figcaption>
</figure>
diff --git a/templates/base.html b/templates/base.html
index 79ba662..22e1dc0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -31,10 +31,10 @@
<a href="/#reviews">Reviews</a>
<a href="/about">Team</a>
<a href="/policies">Policies</a>
+ <a href="/posts">Posts</a>
<a href="/#pricing">Pricing</a>
<a href="/brochure">Brochure</a>
- <a href="/posts">Posts</a>
- <a href="/#offerings">Offerings</a>
+ <a href="/#offerings">Services</a>
<a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a>
</nav>
diff --git a/templates/posts.html b/templates/posts.html
index 0cb4cf1..052cd42 100644
--- a/templates/posts.html
+++ b/templates/posts.html
@@ -2,13 +2,13 @@
{% block main %}
<section class="banner">
- <h1>Journal Posts</h1>
+ <h1>Posts</h1>
</section>
<section class="quiet">
<p>
{% for post in posts %}
- <h3><a href="/posts/{{ post.get_title()|e }}">{{ post.get_title() }}</a></h3>
+ <h2><a href="/posts/{{ post.get_title()|e }}">{{ post.get_title() }}</a></h2>
{% endfor %}
</p>
<section>