We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374d732 commit b304e2fCopy full SHA for b304e2f
_includes/head.html
@@ -1,5 +1,5 @@
1
<meta charset="utf-8">
2
-<title>{% if page.title %}{{ page.title }} · {% endif %}{{ site.name }}{% if page.url == '/index.html' %} - {{ site.description }}{% endif %}</title>
+<title>{% if page.title %}{{ page.title }} · {% endif %}{{ site.name }}{% if page.slug == "home" %} - {{ site.description }}{% endif %}</title>
3
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4
<meta name="viewport" content="width=device-width, initial-scale=1">
5
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
index.html
@@ -1,5 +1,6 @@
---
layout: index
+slug: home
<main class="zd-hp-header" id="content" tabindex="-1">
6
<div class="container">
0 commit comments