forked from I2P_Developers/i2p.www
Swap titles and short titles
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}{{ bib.tag_titles[bib.tag] }}{% endblock %}
|
{% block title %}{{ bib.tag_short_titles[bib.tag] }}{% endblock %}
|
||||||
{% block headextra %}
|
{% block headextra %}
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/pubs.css') }}" />
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/pubs.css') }}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 align="center">{{ bib.tag_short_titles[bib.tag] }}</h1>
|
<h1 align="center">{{ bib.tag_titles[bib.tag] }}</h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
{%- if bib.tag|length %}<a href='{% if bib.field != 'date' -%}
|
{%- if bib.tag|length %}<a href='{% if bib.field != 'date' -%}
|
||||||
|
Reference in New Issue
Block a user