forked from otomatalabs/ol_site
Remove {{ path }} stuff, move OTL logo to content folder
This commit is contained in:
parent
0d1a56c6b2
commit
e422d30780
|
@ -3,13 +3,13 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ path }}/favicon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png">
|
||||
<title>{{ title or metadata.title }}</title>
|
||||
<meta name="description" content="{{ description or metadata.description }}">
|
||||
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
|
||||
|
||||
<link rel="preload" href="{{ path }}/MisterTwiggsHeavy.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="{{ path }}/otomata_labs.svg" as="image" type="image/svg+xml">
|
||||
<link rel="preload" href="/MisterTwiggsHeavy.woff2" as="font" type="font/woff2" crossorigin>
|
||||
{#- <link rel="preload" href="/otomata_labs.svg" as="image" type="image/svg+xml"> #}
|
||||
|
||||
{#- Uncomment this if you’d like folks to know that you used Eleventy to build your site! #}
|
||||
{#- <meta name="generator" content="{{ eleventy.generator }}"> #}
|
||||
|
@ -47,7 +47,7 @@
|
|||
<a href="#main" id="skip-link" class="visually-hidden">Skip to main content</a>
|
||||
|
||||
<header>
|
||||
<a href="/" class="home-link"><img class="logo" src="{{ path }}/otomata_labs.svg" alt="{{ metadata.title }}"></a>
|
||||
<a href="/" class="home-link"><img class="logo" src="/otomata_labs.svg" alt="{{ metadata.title }}"></a>
|
||||
|
||||
{#- Read more about `eleventy-navigation` at https://www.11ty.dev/docs/plugins/navigation/ #}
|
||||
<nav>
|
||||
|
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
@ -1,6 +1,6 @@
|
|||
@font-face{
|
||||
font-family: "Mister Twiggs W01 Heavy";
|
||||
src: url("{{ path }}/MisterTwiggsHeavy.woff2") format("woff2");
|
||||
src: url("/MisterTwiggsHeavy.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
|
|
Loading…
Reference in a new issue