Update templates/homepage.html
This commit is contained in:
parent
59bb34f16c
commit
8116ee1d13
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}About{% endblock %}
|
{% block title %}Homepage{% endblock %}
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>This is Adrian's homepage, checkout this servers list of running services <a href="monitoring">here</a></p>
|
<p>This is Adrian's homepage, checkout my running services and their <a href="monitoring">here</a></p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue