✨ relative_path filter
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
|
||||
{% include meta.html %}
|
||||
<link href="/css/main.css" media="screen, projection" rel="stylesheet" type="text/css">
|
||||
<link href="/atom.xml" rel="alternate" title="{{site.title}}" type="application/atom+xml">
|
||||
<link href="{{ "/css/main.css" | relative_path }}" media="screen, projection" rel="stylesheet" type="text/css">
|
||||
<link href="{{ "/atom.xml" | relative_path }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
|
||||
<script defer data-domain="walkah.net" src="https://plausible.io/js/script.js"></script>
|
||||
</head>
|
||||
<body class="bg-white text-gray-900 dark:bg-gray-900 dark:text-gray-100">
|
||||
|
Reference in New Issue
Block a user