Merge branch 'master' into public-path

This commit is contained in:
HeapUnderflow 2022-10-24 12:57:21 +02:00 committed by GitHub
commit 43061699f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 102 additions and 14 deletions

View file

@ -9,6 +9,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
{% if !args.pure_html %}
<link rel="stylesheet" href="{{ args.public_path }}/static/water.css">
{%- endif %}