diff --git a/templates/base.html b/templates/base.html index 10bacf9..cce9d3c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,14 +18,14 @@ {% endblock %} - {% block body %} {% block header %}
libreddit. v{{ env!("CARGO_PKG_VERSION") }} GITHUB
{% endblock %} - + + {% block body %}
{% block content %} {% endblock %} diff --git a/templates/subreddit.html b/templates/subreddit.html index 2f93ba3..36045e1 100644 --- a/templates/subreddit.html +++ b/templates/subreddit.html @@ -1,12 +1,6 @@ {% extends "base.html" %} {% block title %}r/{{ sub.name }}: {{ sub.description }}{% endblock %} {% block body %} - {% block header %} -
- libreddit. - GITHUB -
- {% endblock %}
diff --git a/templates/user.html b/templates/user.html index afa534e..654a45e 100644 --- a/templates/user.html +++ b/templates/user.html @@ -1,12 +1,6 @@ {% extends "base.html" %} {% block title %}Libreddit: u/{{ user.name }}{% endblock %} {% block body %} - {% block header %} -
- libreddit. - GITHUB -
- {% endblock %}