diff --git a/templates/blog/about_page.html b/templates/blog/about_page.html index 268074a..03ef2f7 100644 --- a/templates/blog/about_page.html +++ b/templates/blog/about_page.html @@ -1,14 +1,40 @@ {% extends 'base.html' %} {% load wagtailimages_tags wagtailcore_tags %} +{% block title %}{{ page.title }} | No Hype AI{% endblock %} {% block content %} -
{{ page.mission_statement }}
-{{ page.body|richtext }} -{% if page.featured_author %} -{{ page.featured_author.bio }}
- {% if page.featured_author.avatar %} - {% image page.featured_author.avatar fill-200x200 %} + + +{{ page.mission_statement }}
{% endif %} -{% endif %} +Get our latest articles and coding benchmarks delivered to your inbox every week.
- {% include 'components/newsletter_form.html' with source='article' label='Never miss a post' %} + {% include 'components/newsletter_form.html' with source='article' label='Subscribe' %}Last updated: {{ page.last_updated|date:'F Y' }}
-{{ page.body|richtext }} + + +Last updated: {{ page.last_updated|date:'F Y' }}
+