Commit graph

10 commits

Author SHA1 Message Date
smoreface 0a8754ea11
Fix <html> element does not have a [lang] attribute (#44)
* Fix <html> element does not have a [lang] attribute

Using Site variables as suggested on the lonely 5 month old PR #37 from @jcabak

* Update layouts/_default/baseof.html

Co-authored-by: Lukas Joswiak <lukas@lukasjoswiak.com>

Co-authored-by: Lukas Joswiak <lukas@lukasjoswiak.com>
2022-10-05 22:17:50 -07:00
Anaminus ddc100f5c5
Fix modification date displaying as original date (#33)
When `lastmod` is specified, a post would indicate that it was updated, but it incorrectly used the original date instead of the modification date.
2022-02-22 17:43:08 -08:00
Guillaume 4791a23949
Add basic i18n for list and single (#30)
* add: basic i18n for list and single

* add: apply suggestions

* fix: indent using 4 tabs
2022-02-06 21:54:13 -08:00
Lukas Joswiak 6c1ea493f0 Modify default RSS to include full article text 2021-10-11 21:14:16 -07:00
Lukas Joswiak b2941c2fcf
Add taxonomies (#18)
https://gohugo.io/content-management/taxonomies/
2021-04-18 18:11:40 -07:00
Lukas Joswiak 3e7256c7ea
Add support for lastmod (#19) 2021-04-10 18:54:26 -07:00
Lukas Joswiak f1c35f8b49 Remove non-post content from RSS feed 2020-05-17 22:55:51 -07:00
Lukas Joswiak 7fd904d0c0 Remove posts link from nav bar 2020-05-15 11:15:59 -07:00
Lukas Joswiak 9e0a8f73d9 Add date to posts 2020-05-15 00:43:44 -07:00
Lukas Joswiak 3e882d86e6 Initial commit 2020-05-14 23:48:11 -07:00