Commit dff1e1b
committed
bobatheme: Various CSS cleanup and small UI tweaks
- Rename list.html to taxonomy.html in authors and series
- Use specific class for website footer instead of generic tag selector
- Improve semantic HTML tag usage on content pages
- Only show hr on home if homepageLatestPosts enabled
- Put title on series page in div.page-title like other taxonomy pages
- Use hierarchical naming on top and its elements
- Remove nested list-page-container to simplify layout CSS on section
page
- Add arrow in the right side of list page section buttons
- Remove leftover additional-head partial
- Use section tag for homepage latest posts section
- Move article.page wrapping to summary.html instead of at list template
- Move summary card CSS to a new fold section
- Rename summary card classes from .page to .summary-card
- Rename feature-figure.html to featured-media and combine CSS with
figures
- Reorganize series page list and series summary card class names
- Change "Read more" to "See posts" on author summary card
- Merge branch 'page-list-and-summary-css-cleanup'1 parent d6a46c8 commit dff1e1b
1 file changed
+1
-1
lines changed- assets/css/bobastyle.css+99-80
- i18n/en.yaml+2
- layouts/_partials/additional-head.html-4
- layouts/_partials/featured-media.html+1-1
- layouts/_partials/page-list.html+1-3
- layouts/_partials/page-metadata/post-full.html+2-2
- layouts/_partials/page-metadata/post-short.html+2-2
- layouts/_partials/share.html+2-2
- layouts/_partials/top.html+4-4
- layouts/authors/summary.html+15-13
- layouts/authors/taxonomy.html+1-3
- layouts/baseof.html+1-1
- layouts/home.html+3-3
- layouts/page.html+62-60
- layouts/section.html+8-10
- layouts/section.summary.html+15-9
- layouts/series/summary.html+17-17
- layouts/series/taxonomy.html+8-8
- layouts/summary.html+17-15
0 commit comments