Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnyder authored Apr 8, 2024
1 parent edbafbf commit dc6e54d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{%- seo -%}
<link href="{{ site.baseurl }}/favicon.ico" rel="icon" />
<link rel="apple-touch-icon" href="https://raw.githubusercontent.com/plant-humanities/media/main/images/phl-website-png-logo.png">
<link href="https://rdsnyder.github.io/mdpress/index.css" rel="stylesheet">
<link href="https://rsnyder.github.io/mdpress/index.css" rel="stylesheet">

<script>
window.jekyll = {
Expand Down Expand Up @@ -52,6 +52,6 @@
<main class="page-content" aria-label="Content" style="display:none;">
{{ content }}
</main>
<script src="https://rdsnyder.github.io/mdpress/v2/dist/js/index.js" type="module"></script>
<script src="https://rdsnyder.github.io/mdpress/v3/dist/js/index.js" type="module"></script>
<script src="https://rdsnyder.github.io/mdpress/index.js" type="module"></script>
<!-- <script src="https://rsnyder.github.io/mdpress/v2/dist/js/index.js" type="module"></script> -->
<script src="https://rsnyder.github.io/mdpress/v3/dist/js/index.js" type="module"></script>
<script src="https://rsnyder.github.io/mdpress/index.js" type="module"></script>

0 comments on commit dc6e54d

Please sign in to comment.