From 4ac8240c4d2a2dc3fce573392b12a87aa4b0e0a3 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:48:18 +0530 Subject: [PATCH] Add like to file paths for Template_Overrides --- Template_Overrides.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Template_Overrides.md b/Template_Overrides.md index 1689984..08333f7 100644 --- a/Template_Overrides.md +++ b/Template_Overrides.md @@ -2,11 +2,11 @@ A list of templates that PaperMod overrides from Hugo's default embedded templates: -| File path | GitHub link to default template | GitHub link to commit history | -| ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -| layouts/partials/templates/opengraph.html | [opengraph.html](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/opengraph.html) | [Commit History](https://github.com/gohugoio/hugo/commits/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) | [Commit History](https://github.com/gohugoio/hugo/commits/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) | [Commit History](https://github.com/gohugoio/hugo/commits/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) | [Commit History](https://github.com/gohugoio/hugo/commits/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) | [Commit History](https://github.com/gohugoio/hugo/commits/master/tpl/tplimpl/embedded/templates/shortcodes/figure.html) | +| File path | GitHub link to default template | GitHub link to commit history | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | +| [layouts/partials/templates/opengraph.html](https://github.com/adityatelange/hugo-PaperMod/blob/master/layouts/partials/templates/opengraph.html) | [opengraph.html](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/opengraph.html) | [Commit History](https://github.com/gohugoio/hugo/commits/master/tpl/tplimpl/embedded/templates/opengraph.html) | +| [layouts/partials/templates/twitter_cards.html](https://github.com/adityatelange/hugo-PaperMod/blob/master/layouts/partials/templates/twitter_cards.html) | [twitter_cards.html](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/twitter_cards.html) | [Commit History](https://github.com/gohugoio/hugo/commits/master/tpl/tplimpl/embedded/templates/twitter_cards.html) | +| [layouts/partials/templates/_funcs/get-page-images.html](https://github.com/adityatelange/hugo-PaperMod/blob/master/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) | [Commit History](https://github.com/gohugoio/hugo/commits/master/tpl/tplimpl/embedded/templates/partials/_funcs/get-page-images.html) | +| [layouts/_default/_markup/render-image.html](https://github.com/adityatelange/hugo-PaperMod/blob/master/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) | [Commit History](https://github.com/gohugoio/hugo/commits/master/tpl/tplimpl/embedded/templates/_default/_markup/render-image.html) | +| [layouts/shortcodes/figure.html](https://github.com/adityatelange/hugo-PaperMod/blob/master/layouts/shortcodes/figure.html) | [fshortcodes/figure.html](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/shortcodes/figure.html) | [Commit History](https://github.com/gohugoio/hugo/commits/master/tpl/tplimpl/embedded/templates/shortcodes/figure.html) |