1
0

vault backup: 2025-12-07 17:57:58
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m30s

This commit is contained in:
2025-12-07 17:57:58 +01:00
parent 4fd850e70d
commit e95cea19a2

View File

@@ -2,7 +2,7 @@
<head>
<meta charset="utf-8">
<base href="{{base_path}}">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/style.css">
<title>{% block title %}{% endblock %}</title>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
</head>
@@ -11,7 +11,7 @@
<div class="content">
{% block content %}{% endblock %}
</div>
<script src="script.js"></script>
<script src="/script.js"></script>
{% block scripts %}{% endblock %}
</body>
</html>