A charming Jekyll theme.
jekyll-theme

docs: update dogs with new custom includes

authored by arthr.tngl.sh and committed by tangled.org 17ddf0bb 8d3e87d0

+30
+22
CHANGELOG.md
··· 1 + --- 2 + layout: page 3 + title: Changelog 4 + permalink: /changelog/ 5 + --- 6 + 7 + ## Version 1.1 8 + 9 + **New:** 10 + 11 + - **`archive` layout:** 12 + Show all your posts in a single list! 13 + - **New Setting `site.translations.byline`:** 14 + Now you can prepend a byline for an author name in the post footer. 15 + - **Custom includes:** 16 + You can add HTML markup to the `<head>`, below your post and at the end of the `</body>` tag. 17 + 18 + **Fix:** 19 + 20 + - Hides `post.author` on single-author blogs. 21 + - Hides excerpt on link posts in archive pages. 22 + - Softens the shadows to increase legibility.
+8
README.md
··· 211 211 } 212 212 ``` 213 213 214 + ## Custom includes 215 + 216 + Linus offers three custom includes to add markup to different parts of your website: 217 + 218 + - `head.html`: right before the closing `</head>` tag. 219 + - `below-post.html`: after the post footer in post pages. 220 + - `end.html`: right before the closing `</body>` tag. 221 + 214 222 ## Development 215 223 216 224 To set up your environment to develop this theme, run `bundle install`.