We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8e79c commit 745a23dCopy full SHA for 745a23d
_includes/header.html
@@ -6,7 +6,7 @@
6
<head>
7
<meta charset="utf-8">
8
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
- <title>{{ page.title }}</title>
+ <title>{% if page.title %}{{ page.title }}{% else %}Code4Lib {{ site.data.conf.year }}{% endif %}</title>
10
<meta name="description" content="">
11
<meta name="viewport" content="width=device-width, initial-scale=1">
12
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
index.html
@@ -1,6 +1,5 @@
1
---
2
layout: default
3
-title: code4lib 2025
4
5
{% include homepage/jumbotron.html %}
0 commit comments