瀏覽代碼

feat: adds scarf to docs (#3876)

Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>
Gustavo Fernandes de Carvalho 1 年之前
父節點
當前提交
c0b8e540a6
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      overrides/main.html

+ 6 - 2
overrides/main.html

@@ -1,8 +1,12 @@
 {% extends "base.html" %}
 {% extends "base.html" %}
-
 {% block outdated %}
 {% block outdated %}
   You're not viewing the latest version.
   You're not viewing the latest version.
   <a href="{{ '../' ~ base_url }}">
   <a href="{{ '../' ~ base_url }}">
     <strong>Click here to go to latest.</strong>
     <strong>Click here to go to latest.</strong>
   </a>
   </a>
-{% endblock %}
+{% endblock %}
+
+{% block footer %}
+<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=6658a9eb-067d-49f1-94f2-b8b00f21451e" />
+  {{ super() }}
+{% endblock %}