mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
feat(overrides): add Hypothesis annonations support for web
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
06ef8e424c
commit
8c14584ea1
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ SPDX-License-Identifier: MIT
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/mkdocs-material-styling.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/mkdocs-material-styling.css' | url }}">
|
||||||
|
<script src="https://hypothes.is/embed.js" async></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<!-- Staging build -->
|
<!-- Staging build -->
|
||||||
{% block announce %}
|
{% block announce %}
|
||||||
|
|
Loading…
Reference in a new issue