Skip to content

Commit 8b2115b

Browse files
committed
add work info to HTML title
1 parent 3c23e9d commit 8b2115b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publications/templates/work_landing_page.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{% extends "base.html" %}
22
{% load static %}
33

4+
{% block title %}{{ pub.title }}{% if pub.doi %} ({{ pub.doi }}){% endif %} - {% endblock %}
5+
46
{% block navbar %}
57
<ul class="nav navbar-nav">
68
{% if request.user.is_authenticated %}

0 commit comments

Comments
 (0)