archie-shades-of-purple/layouts/partials
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
..
disqus.html Fix various deprecation warning (#113) 2024-07-27 11:45:56 +05:30
footer.html Fix various deprecation warning (#113) 2024-07-27 11:45:56 +05:30
head.html Fix various deprecation warning (#113) 2024-07-27 11:45:56 +05:30
header.html Fix various deprecation warning (#113) 2024-07-27 11:45:56 +05:30
pagedescription.html Break out the page description from the 'index.html' layout into its own partial - this adds the ability for a site to customize the description on the main page without altering the theme. (#71) 2022-11-27 17:29:33 +05:30
paginator.html Init 2020-04-09 00:14:29 +05:30