diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-24 12:49:57 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-25 11:41:35 +0200 |
commit | 37c72b707a73637ea0948de0c4956d263128c78b (patch) | |
tree | c0536844b13878c502c3023db2d219169af127ec /feed | |
parent | README: update (diff) | |
download | jekyll-theme-37c72b707a73637ea0948de0c4956d263128c78b.tar.gz jekyll-theme-37c72b707a73637ea0948de0c4956d263128c78b.zip |
posts: redesign feed
* No more lame post excerpts.
* Smaller and cooler title font.
Diffstat (limited to 'feed')
-rw-r--r-- | feed/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/feed/index.html b/feed/index.html index 0288344..5baa951 100644 --- a/feed/index.html +++ b/feed/index.html @@ -6,6 +6,7 @@ navbar: priority: 2 paginated: true sidebar: - hide: true + latest_posts: + hide: true --- {% include jekyll-theme/posts/feed.html %} |