mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 13:26:11 +00:00
chore(global): update deps and work for Read the Docs Addons support
also sync the overriden templates against mkdocs-material upstream Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
e5048e6f0f
commit
e440ee780d
11 changed files with 279 additions and 205 deletions
|
@ -3,14 +3,20 @@
|
|||
SPDX-License-Identifier: MIT
|
||||
|
||||
-#}
|
||||
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block site_meta %}
|
||||
{{ super() }}
|
||||
<meta name="readthedocs-addons-api-version" content="1" />
|
||||
{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/theme.css' | url }}">
|
||||
<script src="https://hypothes.is/embed.js" async></script>
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/theme.css' | url }}">
|
||||
<script src="https://hypothes.is/embed.js" async></script>
|
||||
|
||||
<!--<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7086107380680684" crossorigin="anonymous"></script>-->
|
||||
{% endblock %}
|
||||
|
||||
<!-- Staging build -->
|
||||
{% block announce %}
|
||||
For updates follow <strong>@ajhalili2006</strong> on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue