chore: title separator
This commit is contained in:
parent
fd492fac47
commit
bd1a180cb4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{%- capture fullUrl %}{{ meta.url }}{{ page.url }}{% endcapture -%}
|
{%- capture fullUrl %}{{ meta.url }}{{ page.url }}{% endcapture -%}
|
||||||
{%- capture pageTitle %}{% if title %}{{ title }} • {% endif %}{{meta.siteName}}{% endcapture -%}
|
{%- capture pageTitle %}{% if title %}{{ title }} // {% endif %}{{meta.siteName}}{% endcapture -%}
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
Reference in a new issue