Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
anissen committed Aug 30, 2024
1 parent 2ebd88a commit 8d382e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/site/_includes/components/pageheader.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/themes/prism-okaidia.min.css" integrity="sha512-mIs9kKbaw6JZFfSuo+MovjU+Ntggfoj8RwAmJbVXQ5mkAX5LlgETQEweFPI18humSPHymTb5iikEOKWF7I8ncQ==" crossorigin="anonymous" referrerpolicy="no-referrer" async/>
<script src="https://fastly.jsdelivr.net/npm/[email protected]/dist/fetch.umd.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" async></script>

<link href="{{ '/styles/digital-garden-base.css' | url }}" rel="stylesheet">
<link href="/styles/digital-garden-base.css" rel="stylesheet">
{%-if meta.themeStyle%}
<link href="{{ '/styles/obsidian-base.css' | url }}" rel="stylesheet">
<link href="{{ meta.themeStyle | url }}" rel="stylesheet">
<link href="/styles/obsidian-base.css" rel="stylesheet">
<link href="{{meta.themeStyle}}" rel="stylesheet">
{% else %}
<link href="{{ '/styles/style.css' | url }}" rel="stylesheet">
<link href="/styles/style.css" rel="stylesheet">
{%endif%}

<link href="{{ '/styles/custom-style.css' | url }}" rel="stylesheet">
<link href="/styles/custom-style.css" rel="stylesheet">
{%- for style in dynamics.styles -%}
<link href="{{ style | url }}" rel="stylesheet">
<link href="{{style}}" rel="stylesheet">
{%- endfor -%}

{% favicons './src/site/favicon.svg' | url, appleIconBgColor='#123' %}
{% favicons './src/site/favicon.svg', appleIconBgColor='#123' %}

{% if metatags %}
{% for name, content in metatags %}
Expand All @@ -42,4 +42,4 @@
</style>
{% endif %}
<style>
</style>
</style>

0 comments on commit 8d382e8

Please sign in to comment.