We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7aa60 commit c6c35c2Copy full SHA for c6c35c2
2 files changed
src/_includes/default.html
@@ -44,6 +44,10 @@
44
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=1" />
45
46
<link rel="stylesheet" href="/assets/css/main.css" />
47
+ <title>
48
+ {%- if title -%}{{ title }} | {{ site.title }} {%- else -%} {{
49
+ site.title }} | {{ site.description}}{%- endif -%}
50
+ </title>
51
</head>
52
<body>
53
<header>
src/index.html
@@ -1,6 +1,5 @@
1
---
2
layout: default
3
-title: bar
4
5
6
<div class="c-article">
0 commit comments