diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-28 08:37:22 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-28 11:11:57 +0200 |
commit | cc2273f7af3a56e2b7198290d4c337e146a4213a (patch) | |
tree | eee77d02967b53806c0dc41a65f6d6bfa8832640 /_layouts/post.html | |
parent | posts: redesign feed again (diff) | |
download | jekyll-theme-cc2273f7af3a56e2b7198290d4c337e146a4213a.tar.gz jekyll-theme-cc2273f7af3a56e2b7198290d4c337e146a4213a.zip |
posts: narrower feed on mobile
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index dcf667a..e5d6197 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,7 +8,7 @@ layout: default {% capture category %}{%- include jekyll-theme/categories/label.html link=true category=page.category monospace=true -%} {% endcapture %} {% endif %} -{% capture date %}{{ category }}{{ date }}{% endcapture %} +{% capture date %}<p>{{ category }}{{ date }}</p>{% endcapture %} {% capture title %}<h1>{{ page.title }}</h1>{% endcapture %} |