From 7fbeaffac33ae2d60299b6f5485bf2004fe46ada Mon Sep 17 00:00:00 2001 From: mayx Date: Mon, 16 Jun 2025 11:42:07 +0000 Subject: Update 2 files - /Gemfile - /_layouts/post.html--- Gemfile | 1 + _layouts/post.html | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a03b635..1299947 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,7 @@ group :jekyll_plugins do gem "jekyll-include-cache", "~> 0.2.1" gem "jekyll-readme-index", "~> 0.3.0" gem "jekyll-default-layout", "~> 0.1.5" + gem "jekyll-titles-from-headings", "~> 0.5.3" gem "jekyll-theme-minimal" gem "jekyll-paginate", "~> 1.1.0" gem "kramdown-parser-gfm", "~> 1.1.0" diff --git a/_layouts/post.html b/_layouts/post.html index 8dae177..dca7641 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -84,7 +84,6 @@ layout: default tags: {% for tag in page.tags %}{{ tag }}{% unless forloop.last %} - {% endunless %}{% endfor %} 查看原始文件 {% endif %} {% if page.layout != "encrypt" %} -
Loading...
- {% endif %}