We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3f080 commit 22359f5Copy full SHA for 22359f5
404.html
@@ -1,9 +1,11 @@
1
---
2
permalink: /404.html
3
+title: "404: Page not found"
4
layout: default
5
+sitemap: false
6
7
8
<article>
- <h1>404</h1>
- <p>Page not found.</p>
9
+ <header><h1>404</h1></header>
10
+ <p>Page not found</p>
11
</article>
_layouts/default.html
@@ -26,7 +26,7 @@
26
{% unless site.navigation or site.external %}
27
<nav>
28
{% for page in site.pages %}
29
- {% if page.title %}
+ {% if page.title and page.sitemap != false %}
30
<a href="{{ page.url | relative_url }}">{{ page.title }}</a>
31
{% endif %}
32
{% endfor %}
0 commit comments