fix: urls

This commit is contained in:
Cory Dransfeldt 2024-04-14 09:11:34 -07:00
parent 0b188286ea
commit 0a00b93737
No known key found for this signature in database
16 changed files with 26 additions and 26 deletions

View file

@ -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>