commit 5179e76831640536103e02f8965181416f4f8ead
parent 22511eec8760403536861a62ad0375e79a153c3f
Author: Ismail Dalgatov <29144912+ismaildalgatov@users.noreply.github.com>
Date: Wed, 24 Aug 2022 14:31:47 +0300
Update blog.html
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/material/overrides/blog.html b/material/overrides/blog.html
@@ -2,9 +2,17 @@
This file was automatically generated - do not edit
-#}
{% extends "overrides/main.html" %}
+{% block extrahead %}
+<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.82a244a8.min.css' | url }}">
+{% endblock %}
{% block content %}
+ {% include "overrides/partials/content.html" %}
{{ super() }}
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
<script src="https://giscus.app/client.js" data-repo="ismaildalgatov/5-72" data-repo-id="MDEwOlJlcG9zaXRvcnkzNjY4NzM1NDM=" data-category="General" data-category-id="MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyOTI1NzQ3" data-mapping="pathname" data-reactions-enabled="1" data-emit-metadata="1" data-theme="light" data-lang="en" crossorigin="anonymous" async></script>
<script>var theme,giscus=document.querySelector("script[src*=giscus]"),palette=__md_get("__palette");palette&&"object"==typeof palette.color&&(theme="slate"===palette.color.scheme?"dark":"light",giscus.setAttribute("data-theme",theme)),document.addEventListener("DOMContentLoaded",function(){document.querySelector("[data-md-component=palette]").addEventListener("change",function(){var e=__md_get("__palette");e&&"object"==typeof e.color&&(e="slate"===e.color.scheme?"dark":"light",document.querySelector(".giscus-frame").contentWindow.postMessage({giscus:{setConfig:{theme:e}}},"https://giscus.app"))})})</script>
{% endblock %}
+{% block scripts %}
+{{ super() }}
+<script src="{{ 'overrides/assets/javascripts/bundle.a163e2c4.min.js' | url }}"></script>
+{% endblock %}