archie-shades-of-purple/layouts/_default
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
..
baseof.html Fix html errors. 2020-04-26 12:01:15 +02:00
list.html Fix html errors. 2020-04-26 12:01:15 +02:00
single.html Fix various deprecation warning (#113) 2024-07-27 11:45:56 +05:30
term.html feat: update layouts default term to match default list. 2020-07-22 13:53:34 +05:30
terms.html Fix html errors. 2020-04-26 12:01:15 +02:00