- {{ content | toc }}
+
+
+
+
+ {{ content }}
+
+ {%- if page.comments -%}
+ {%- include utterances.html -%}
+ {%- endif -%}
+ {%- if site.disqus.shortname -%}
+ {%- include disqus_comments.html -%}
+ {%- endif -%}
+
+
- {%- if page.comments -%}
- {%- include utterances.html -%}
- {%- endif -%}
- {%- if site.disqus.shortname -%}
- {%- include disqus_comments.html -%}
- {%- endif -%}
-
\ No newline at end of file
From c1f6fa6aafc0ab580acf0696e4f9079f6e554658 Mon Sep 17 00:00:00 2001
From: mani2106
Date: Sat, 13 Sep 2025 15:25:54 +0530
Subject: [PATCH 3/3] Change python
---
.github/workflows/check_config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/check_config.yaml b/.github/workflows/check_config.yaml
index f889409..9c97b39 100644
--- a/.github/workflows/check_config.yaml
+++ b/.github/workflows/check_config.yaml
@@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
- python-version: 3.7
+ python-version: 3.9
- name: install dependencies
run: pip3 install pyyaml