first build

This commit is contained in:
Abhishek Anil Deshmukh
2024-11-03 13:51:09 +01:00
parent 6ab4940e49
commit 13cc696071
39 changed files with 435 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
<link rel="short icon" href="{{ get_url(path="images/favicon.png") }}" type="image/x-icon" />
<link rel="stylesheet" href="{{ get_url(path="style.css") }}">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet">
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
{% if config.generate_feed %}
{% block rss %}