Skip to content

Commit d18d54b

Browse files
committed
fixed external publications page
1 parent 1e3b450 commit d18d54b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/external_publications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'base.html' %}
22

3-
{% block title %}Publications{% endblock %}
3+
{% block title %}External Publications{% endblock %}
44

55
{% block content %}
66
<section>

templates/publications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h2><strong> Publications </strong></h2>
99
</header>
1010

11-
<p>Below are publications by our group relating to VerCors. For publications about VerCors by other people, see <a href="/external_publications/">here</a></p>
11+
<p>Below are publications by our group relating to VerCors. For publications about VerCors by other people, see <a href="{{urls['external_papers']}}">here</a></p>
1212

1313
{% autoescape false %}
1414
{{ references_html }}

0 commit comments

Comments
 (0)