Swap titles and short titles

This commit is contained in:
str4d
2013-08-12 05:55:00 +00:00
parent 89f80717db
commit 28c12c4430

View File

@@ -1,10 +1,10 @@
{% extends "global/layout.html" %}
{% block title %}{{ bib.tag_titles[bib.tag] }}{% endblock %}
{% block title %}{{ bib.tag_short_titles[bib.tag] }}{% endblock %}
{% block headextra %}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/pubs.css') }}" />
{% endblock %}
{% block content %}
<h1 align="center">{{ bib.tag_short_titles[bib.tag] }}</h1>
<h1 align="center">{{ bib.tag_titles[bib.tag] }}</h1>
<p align="center">
{%- if bib.tag|length %}<a href='{% if bib.field != 'date' -%}