Add description meta tag to homepage
This commit is contained in:
parent
237be6ad1e
commit
0376cef8ea
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue