From e8d0e7bdf0f9a20cd3f16399bba5e182657c9be0 Mon Sep 17 00:00:00 2001 From: anakinsleftleg <77084568+anakinsleftleg@users.noreply.github.com> Date: Mon, 7 Nov 2022 02:58:16 -0500 Subject: [PATCH] Include link to internal templates code (#1794) * Include link to internal templates code * Update content/en/templates/internal.md Co-authored-by: Joe Mooring --- content/en/templates/internal.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/templates/internal.md b/content/en/templates/internal.md index d5a35b082..8bc832c27 100644 --- a/content/en/templates/internal.md +++ b/content/en/templates/internal.md @@ -213,6 +213,8 @@ To add Twitter card metadata, include the following line immediately after the ` ## The Internal Templates +The code for these templates is located [here](https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates). + * `_internal/disqus.html` * `_internal/google_analytics.html` * `_internal/google_analytics_async.html`