Skip to content

Commit 3f0cba8

Browse files
committed
chore: remove unused theme stylesheet reference from head.html
1 parent 5ab73f6 commit 3f0cba8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

_includes/head.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919

2020

2121
<link rel="stylesheet" href="{{ "/assets/scripts/dist/vendor.css" | relative_url | append: cacheBust }}">
22-
{% assign theme_name = site.jkan_theme | default: 'Default' %}
23-
{% assign theme = site.data.themes | where:'name', theme_name | first %}
24-
{% if theme and theme.src and theme.src != empty %}
25-
<link rel="stylesheet" href="{{ theme.src }}">
26-
{% endif %}
2722
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url | append: cacheBust }}">
2823
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
2924
<link rel="me" href="https://mastodon.scot/@opendatascotland">

0 commit comments

Comments
 (0)