fix: urls
This commit is contained in:
parent
0b188286ea
commit
0a00b93737
16 changed files with 26 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
{%- 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>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
Reference in a new issue