Commit graph

7 commits

Author SHA1 Message Date
Hyacinthe Cartiaux c194169315
Fix various deprecation warning (#113)
* .Site.IsServer was deprecated in Hugo v0.120.0, replaced by hugo.IsServer

* .Site.DisqusShortname was deprecated in Hugo v0.120.0, replaced by .Site.Config.Services.Disqus.Shortname

* Use .RenderString instead of markdownify (solves #104)

* The "tweet" shortcode requires two named parameters user and id.

* Replace .Site.BaseURL by absURL (solves #103)
2024-07-27 11:45:56 +05:30
9x9x9x f753261345 fix: no need to reload for theme change
Changing the theme using toggle does not require reloading the entire page using self-linking
2022-11-14 10:37:54 +05:30
Harrison Sand 8e4cb8c738 Add dark mode toggle 2021-09-24 19:38:28 +02:00
Sergey Trofimov d0b426c3fa Fix html errors. 2020-04-26 12:01:15 +02:00
athul 7d19d8b66a NavBar Updates 2020-04-12 20:31:09 +05:30
athul a0fb0664ae tweaks 2020-04-11 12:29:56 +05:30
athul 3c737553b6 Init 2020-04-09 00:14:29 +05:30