We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c23e9d commit 8b2115bCopy full SHA for 8b2115b
publications/templates/work_landing_page.html
@@ -1,6 +1,8 @@
1
{% extends "base.html" %}
2
{% load static %}
3
4
+{% block title %}{{ pub.title }}{% if pub.doi %} ({{ pub.doi }}){% endif %} - {% endblock %}
5
+
6
{% block navbar %}
7
<ul class="nav navbar-nav">
8
{% if request.user.is_authenticated %}
0 commit comments