Commit graph

20 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
Anton Rassadin 3473a5e7f6
Add canonical link (#45) 2022-10-05 00:21:20 -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 6478a68b19 Fix spacing issue with dates 2020-10-11 13:39:37 -07:00
Andrew 0e080d23bf
Add support for standard main menu (#6) 2020-06-27 09:33:38 -07:00
Lukas Joswiak e7a40d5305
Add table of contents shortcode (#3) 2020-06-07 20:40:45 -07:00
Lukas Joswiak 229986d1fc Move CSS to external stylesheet 2020-06-01 16:47:17 -07:00
Lukas Joswiak dcb111c6ae Add dark mode configuration flag 2020-05-27 22:22:05 -07:00
Lukas Joswiak ba102a8b1a Reorder head tags 2020-05-18 20:35:25 -07:00
Lukas Joswiak f1c35f8b49 Remove non-post content from RSS feed 2020-05-17 22:55:51 -07:00
Lukas Joswiak d4c3fe5c48 Update to work with basic example site 2020-05-15 17:47:34 -07:00
Lukas Joswiak 1508189f9a Add basic info 2020-05-15 14:35:58 -07:00
Lukas Joswiak 8ab7cd79f2 Add example site 2020-05-15 13:42:45 -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