aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
Commit message (Collapse)AuthorAgeFiles
* Add `hideReply` functionality to pages (#18)Christian Mutti2024-06-211
| | | | | | Set the `hideReply` param on front matter to completely remove the "reply to" link present in the bottom of the pages. This is backwards-compatible given that any page that does not have the `hideReply` param will continue to work as before.
* Fix #13Caio Lente2024-03-052
|
* Tags in lowercaseCaio Lente2024-03-042
|
* Choose between original and herman stylesCaio Lente2024-03-041
|
* Remove HTML spacingCaio Lente2024-03-042
|
* Fix #10Caio Lente2024-01-081
|
* Update RSS templateCaio Lente2024-01-041
|
* Update social card logicCaio Lente2024-01-041
|
* Conditional CSSCaio Lente2023-10-272
|
* Create byline classCaio Lente2023-10-171
|
* Show post author if providedCaio Lente2023-10-171
|
* Improved RSS templateCaio Lente2023-10-171
|
* Move 'reply by email' button to the bottom of every postCaio Lente2023-10-171
|
* Add icon idicating external postsCaio Lente2023-10-161
|
* Add i18n to skiplinkCaio Lente2023-09-291
|
* a11y: add skipnav link2kool4idkwhat2023-07-121
|
* Open external links in another tabC. Lente2023-02-271
|
* Automatically fetch extra stylesC. Lente2023-02-131
|
* Separate sintax from styleC. Lente2023-02-101
|
* Translate no-postC. Lente2023-02-101
|
* Move to double quotesC. Lente2023-02-091
|
* Remove style=C. Lente2023-02-091
|
* Reproduce lente.dev setupC. Lente2023-02-092
|
* Bring files from personal blogC. Lente2023-02-013
|
* feat: enable optional custom date formatAkira Baruah2021-04-122
| | | | | | | | Adds a .Site.Params.dateFormat setting to let users specify a Hugo-style date format string for content. Previously, the date format was hardcoded to "02 Jan, 2006", presumably to match the original BearBlog style. This format gets used by default if the new "dateFormat" setting is absent from the site config.
* fix: improve accessibility on mobileJan Raasch2020-10-021
| | | | | | | | | | Fixes #6. To be honest I did not think about this at all. I simply copied the code from the original »Bear Blog« https://github.com/HermanMartinus/bearblog/blob/master/templates/base.html#L7 It seems like iOS ignores the declarations of user-scalable, minimum-scale, and maximum-scale, as of iOS 10, see https://sitebulb.com/hints/mobile-friendly/the-viewport-meta-tag-prevents-the-user-from-scaling/ so we might as well remove this.
* fix: styling of ul.blog-postsJan Raasch2020-10-011
| | | | see 0c3efa6
* chore: initial commitJan Raasch2020-09-033