We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab73f6 commit 3f0cba8Copy full SHA for 3f0cba8
1 file changed
_includes/head.html
@@ -19,11 +19,6 @@
19
20
21
<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 %}
27
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url | append: cacheBust }}">
28
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
29
<link rel="me" href="https://mastodon.scot/@opendatascotland">
0 commit comments