Fix linking for deployment to Codeberg Pages
Some checks failed
/ jekyll (push) Failing after 15s

This commit is contained in:
Bill Niblock 2024-06-14 14:50:55 -04:00
parent 3e56cec0f2
commit 3c4529c74f
10 changed files with 31 additions and 31 deletions

View file

@ -7,8 +7,8 @@
content="{{ site.des }}" />
<meta name="author" content="{{ site.author }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="{{ site.url}}{{ page.url }}" />
<link rel="stylesheet" type="text/css" href="/assets/home.css" />
<link rel="canonical" href="{{ site.url}}{{ site.baseurl }}{{ page.url }}" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/home.css" />
</head>
<body>
<main>