From a32cd6aadd16eae63ce34b1d31b2cfe3dbae412a4a1cf2ad4da33c8ddb5b524e Mon Sep 17 00:00:00 2001 From: yuangyaa Date: Sat, 26 Jul 2025 21:06:24 +0800 Subject: [PATCH] fix 'change the push_date into right' --- .idea/.gitignore | 8 +++++ .idea/blog.iml | 30 +++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++++ .idea/misc.xml | 7 +++++ .idea/modules.xml | 8 +++++ .idea/vcs.xml | 6 ++++ myblog/blog/templates/blog/index.html | 11 ++++--- 7 files changed, 70 insertions(+), 6 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/blog.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..e741503 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/blog.iml b/.idea/blog.iml new file mode 100644 index 0000000..e339442 --- /dev/null +++ b/.idea/blog.iml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..449e696 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..898f0c0 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..31bd981 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..0faa797 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/myblog/blog/templates/blog/index.html b/myblog/blog/templates/blog/index.html index efb794d..3d92eaf 100644 --- a/myblog/blog/templates/blog/index.html +++ b/myblog/blog/templates/blog/index.html @@ -11,8 +11,10 @@ @@ -21,7 +23,4 @@ 闽ICP备2023010767号-2 - - - - + \ No newline at end of file