forked from I2P_Developers/i2p.www
Page header fixes
This commit is contained in:
@@ -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) }}
|
||||
|
Reference in New Issue
Block a user