From b4b302c207fa6a2251a48b7595c4537d49c39fc6 Mon Sep 17 00:00:00 2001 From: Andre Anjos Date: Sun, 7 May 2017 17:12:04 +0200 Subject: [PATCH] Add publications template --- .gitignore | 4 +++ templates/publications.html | 63 +++++++++++++++++++++++-------------- 2 files changed, 43 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index fa79f58..db97973 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,7 @@ venv # NPM node_modules + +# Vim +*~ +*.swp diff --git a/templates/publications.html b/templates/publications.html index a91ef94..7086a61 100644 --- a/templates/publications.html +++ b/templates/publications.html @@ -1,29 +1,44 @@ {% extends "base.html" %} -{% block title %}Publications{% endblock %} + +{% block title %} – Publications{% endblock %} + +{% block meta %} + {{ super() }} + +{% endblock %} + {% block content %} - -
-

Publications

-
+ + {% block after_content %}{% endblock %} + + + {% endblock %}