Skip to content

Commit

Permalink
Improve some titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Aubert committed Jul 26, 2016
1 parent 6d01e15 commit 4591ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions eruditorg/templates/public/journal/issue_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

{% block zone_title %}{{ journal.name }}{% endblock %}

{% block page_title %}
{% if issue.erudit_object.html_theme %}{{ issue.erudit_object.html_theme|safe }}. {% endif %}
{{ issue.volume_title_with_pages }}
{% endblock page_title %}
{% block page_title %}{% if issue.erudit_object.html_theme %}{{ issue.erudit_object.html_theme|safe }}. {% endif %}{{ issue.volume_title_with_pages }} - {{ issue.journal.name }}{% endblock page_title %}

{% block meta_tags %}
<!-- Facebook / Open Graph -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load i18n %}
{% load public_journal_tags %}

{% block title %}{% trans "Index des auteurs" %}{% endblock title %}
{% block title %}{% trans "Index des auteurs" %} - {{ journal.name }}{% endblock title %}

{% block structured_data %}
{{ block.super }}
Expand Down

0 comments on commit 4591ffa

Please sign in to comment.