Add description meta tag to homepage

This commit is contained in:
Jonas Tobias Hopusch 2022-01-06 21:28:42 +01:00
parent 237be6ad1e
commit 0376cef8ea
Failed to generate hash of commit
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
{% extends "base.html" %} {% block content %}
{% extends "base.html" %}
{% block metadata %}
<meta name="description" content="This is the personal website of Jonas Tobias Hopusch (@jotoho)" />
{% endblock metadata %}
{% block content %}
<p>
This is some placeholder text because I don't know what to put here, yet.
</p>