From 87be327f9fe7ee8c0b2414c7ce24ae00f0708c21 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:41:10 +0530 Subject: [PATCH] Add Template_Overrides.md with list of templates overridden by PaperMod --- Template_Overrides.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Template_Overrides.md diff --git a/Template_Overrides.md b/Template_Overrides.md new file mode 100644 index 0000000..5bf196c --- /dev/null +++ b/Template_Overrides.md @@ -0,0 +1,11 @@ +## Hugo Template Overrides 🧩 + +A list of templates that PaperMod overrides from Hugo's default embedded templates: + +| File path | GitHub link to default template | +| ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | +| layouts/partials/templates/opengraph.html | [opengraph.html](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/opengraph.html) | +| layouts/partials/templates/twitter_cards.html | [twitter_cards.html](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/twitter_cards.html) | +| layouts/partials/templates/_funcs/get-page-images.html | [partials/_funcs/get-page-images.html](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/partials/_funcs/get-page-images.html) | +| layouts/_default/_markup/render-image.html | [_default/_markup/render-image.html](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/_default/_markup/render-image.html) | +| layouts/shortcodes/figure.html | [fshortcodes/figure.html](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/shortcodes/figure.html) |