File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
<title >{% if meta .title %}{{ meta .title }} | {% endif %}{{ site_title }}</title >
8
8
{% if meta .description %}
9
9
<meta name =" description" content =" {{ meta .description | striptags }}" />
10
- {% endif %}{% if meta .robots %}
10
+ {% endif %}
11
+ {% if meta .robots %}
11
12
<meta name =" robots" content =" {{ meta .robots }}" />
12
13
{% endif %}
13
14
27
28
<span class =" icon-menu" aria-hidden =" true" ></span >
28
29
<span class =" sr-only" >Toggle Menu</span >
29
30
</a >
30
- {% if pages . _meta .meta .logo %}
31
+ {% if pages [ " _meta" ] .meta.logo %}
31
32
<div id =" logo" aria-hidden =" true" >
32
33
<a href =" {{ " index" | link }}" >
33
- <img src =" {{ pages . _meta .meta .logo | url }}" alt =" " />
34
+ <img src =" {{ pages [ " _meta" ] .meta.logo | url }}" alt =" " />
34
35
</a >
35
36
</div >
36
37
{% endif %}
37
- <div id =" title" {{ pages . _meta .meta .tagline ? ' class="tagline"' }}>
38
+ <div id =" title" {{ pages [ " _meta" ] .meta.tagline ? ' class="tagline"' }}>
38
39
<a href =" {{ " index" | link }}" >
39
40
<h1 >{{ site_title }}</h1 >
40
- {{ pages . _meta .meta .tagline | markdown }}
41
+ {{ pages [ " _meta" ] .meta.tagline | markdown }}
41
42
</a >
42
43
</div >
43
44
<div id =" nav" role =" navigation" tabindex =" -1" >
61
62
<div id =" footer" >
62
63
<div class =" container" >
63
64
<div class =" social" >
64
- {% for social in pages . _meta .meta .social %}
65
+ {% for social in pages [ " _meta" ] .meta.social %}
65
66
<a href =" {{ social .url }}" title =" {{ social .title }}" role =" button" >
66
67
<span class =" icon-{{ social .icon }}" aria-hidden =" true" ></span >
67
68
<span class =" sr-only" >{{ social .title }}</span >
You can’t perform that action at this time.
0 commit comments