From 66a24da34425730128327c30d76b1315870469c9 Mon Sep 17 00:00:00 2001 From: Andre Anjos Date: Thu, 7 Nov 2024 06:48:10 +0100 Subject: [PATCH] [publications] Correct default title --- src/pelican/plugins/pybtex/templates/publications.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pelican/plugins/pybtex/templates/publications.html b/src/pelican/plugins/pybtex/templates/publications.html index da5be65..77dba53 100644 --- a/src/pelican/plugins/pybtex/templates/publications.html +++ b/src/pelican/plugins/pybtex/templates/publications.html @@ -4,7 +4,7 @@ --> {% extends "base.html" %} -{% block title %}{{ SITENAME|striptags }} - Publications{% endblock %} +{% block title %} – Publications{% endblock %} {% block content %}