File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
themes/dlc/layouts/partials/0_utilities Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Developer Tools"
3
3
subtitle : " By developers for developers"
4
+ Description : Developer Tools, By developers for developers
4
5
---
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Changelog"
3
3
subtitle : Latest updates from the Linode team
4
+ Description : Latest updates from the Linode team
4
5
date : 2018-06-13T08:55:08-04:00
5
6
draft : false
6
7
---
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Guides"
3
3
subtitle : Get started building tools and apps using the Linode API
4
+ Description : Get started building tools and apps using the Linode API
4
5
author :
5
6
name : Josh Sager
6
7
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Libraries & Tools
3
3
subtitle : What you need to integrate the Linode API with your application
4
+ Description : What you need to integrate the Linode API with your application
4
5
author :
5
6
name : Josh Sager
6
7
Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
8
< title > {{ .Title }} | {{ .Site.Title }}</ title >
9
9
< meta name ="author " content ='{{ .Site.Author.name }} ' />
10
-
11
10
{{ if .Keywords }}
12
11
< meta name ="keywords " content ='{{ delimit .Keywords ", " }} '>
13
12
{{ else if .Site.Params.DefaultKeywords }}
14
13
< meta name ="keywords " content ='{{ delimit .Site.Params.DefaultKeywords ", " }} '>
15
14
{{ end }}
16
-
17
15
{{ if .Description }}
18
16
< meta name ="description " content ='{{ .Description }} '>
19
17
{{ else if .Site.Params.DefaultDescription }}
20
18
< meta name ="description " content ='{{ .Site.Params.DefaultDescription }} '>
21
19
{{ end }}
22
-
20
+ < meta content =" {{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }} " property =" og:title " >
23
21
{{ .Hugo.Generator }}
24
22
25
23
{{ partial "0_utilities/fonts.html" . }}
You can’t perform that action at this time.
0 commit comments