Page header fixes

This commit is contained in:
str4d
2014-01-09 19:39:15 +00:00
parent 9cbafe0e19
commit c7a3621969
66 changed files with 9164 additions and 9247 deletions

View File

@@ -1,11 +1,9 @@
{% extends "global/layout.html" %}
{% block title %}{{ bib.tag_short_titles[bib.tag] }}{% endblock %}
{% block title %}{{ bib.tag_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_titles[bib.tag] }}</h1>
<p align="center">
{%- if bib.tag|length %}<a href='{% if bib.field != 'date' -%}
{{ get_url('papers_list', choice=bib.field) }}