Skip to content

Commit b5fda50

Browse files
authored
Update head.html
1 parent 5287037 commit b5fda50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

templates/macros/head.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
<title>
3434
{%- if page and page.title -%}
35-
{{ page.title }} | {{ config.title | default(value="Goyo") }}
35+
{{ page.title }} | {{ config.title | default(value="Throne") }}
3636
{%- elif section and section.title -%}
37-
{{ section.title }} | {{ config.title | default(value="Goyo") }}
37+
{{ section.title }} | {{ config.title | default(value="Throne") }}
3838
{%- elif config.title -%}
3939
{{ config.title }}
4040
{%- else -%}
41-
Goyo
41+
Throne
4242
{%- endif -%}
4343
</title>
4444

@@ -58,13 +58,13 @@
5858
<!-- SEO: Open Graph / Twitter Card -->
5959
<meta property="og:title" content="
6060
{%- if page and page.title -%}
61-
{{ page.title }} | {{ config.title | default(value='Goyo') }}
61+
{{ page.title }} | {{ config.title | default(value='Throne') }}
6262
{%- elif section and section.title -%}
63-
{{ section.title }} | {{ config.title | default(value='Goyo') }}
63+
{{ section.title }} | {{ config.title | default(value='Throne') }}
6464
{%- elif config.title -%}
6565
{{ config.title }}
6666
{%- else -%}
67-
Goyo
67+
Throne
6868
{%- endif -%}
6969
" />
7070
<meta property="og:description" content="

0 commit comments

Comments
 (0)