I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 28c12c44 authored by str4d's avatar str4d
Browse files

Swap titles and short titles

parent 89f80717
No related branches found
No related tags found
No related merge requests found
{% 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' -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment