A charming Jekyll theme. linus.arthr.dev/
jekyll-theme
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

release: v1.2.2

+8 -1
+7
CHANGELOG.md
··· 17 17 18 18 - Replaces special characters for HTML entities that broke the theme build. 19 19 20 + ### Version 1.2.2 21 + 22 + **Fixes:** 23 + 24 + - Removes a margin surrounding the site title on index pages. 25 + - Adds a scrollbar on `pre` elements when it overflows the content width. 26 + 20 27 ## Version 1.1 21 28 22 29 **New:**
+1 -1
linus.gemspec
··· 2 2 3 3 Gem::Specification.new do |spec| 4 4 spec.name = "linus" 5 - spec.version = "1.2.1" 5 + spec.version = "1.2.2" 6 6 spec.authors = ["Arthur Freitas"] 7 7 spec.email = ["email@arthr.me"] 8 8