diff options
author | mayx | 2025-05-19 02:03:49 +0000 |
---|---|---|
committer | mayx | 2025-05-19 02:03:49 +0000 |
commit | e5e305f0f3fdbf46f190a8147e4732f6c82cafc5 (patch) | |
tree | a3e86ea55b46ece2619596fbe2df79e6e81c0dc5 /_layouts/default.html | |
parent | 6584393a153ede5ef06b712f89a6a3a08a13aee6 (diff) |
Update 4 files
- /links.md - /_layouts/post.html - /_layouts/default.html - /index.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index ab240a0..8deaa93 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -82,7 +82,7 @@ {% endif %} </ul> </header> - <section> + <section{% unless page.layout == "default" %} class="h-entry"{% endunless %}> {{ content }} |