mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-20 01:42:36 +02:00
Add Template_Overrides.md with list of templates overridden by PaperMod
11
Template_Overrides.md
Normal file
11
Template_Overrides.md
Normal file
@@ -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) |
|
Reference in New Issue
Block a user