Browse Source

fixes jinja syntax

main
buttle 7 months ago
parent
commit
4885016acd
  1. 2
      templates/base.html

2
templates/base.html

@ -29,7 +29,7 @@
<link href="{{ SITEURL }}/{{ FEED_RSS }}" type="application/atom+xml" rel="alternate"
title="{{ SITENAME }} RSS Feed"/>
{% endif %}
{% if PLAUSIBLE_SCRIPT && PLAUSIBLE_DOMAIN %}
{% if PLAUSIBLE_SCRIPT and PLAUSIBLE_DOMAIN %}
<script defer data-domain="{{ PLAUSIBLE_DOMAIN }}" src="{{ PLAUSIBLE_SCRIPT }}"></script>
{% endif %}

Loading…
Cancel
Save