package embedded
import "github.com/gohugoio/hugo/tpl/tplimpl/embedded"
Package embedded defines the internal templates that Hugo provides.
Index ¶
Variables ¶
var EmbeddedTemplates = [][2]string{ {`_default/robots.txt`, `User-agent: *`}, {`_default/rss.xml`, "" /* 1841 byte string literal not displayed */}, {`_default/sitemap.xml`, "" /* 957 byte string literal not displayed */}, {`_default/sitemapindex.xml`, "" /* 393 byte string literal not displayed */}, {`disqus.html`, "" /* 1250 byte string literal not displayed */}, {`google_analytics.html`, "" /* 1437 byte string literal not displayed */}, {`google_analytics_async.html`, "" /* 906 byte string literal not displayed */}, {`google_news.html`, "" /* 184 byte string literal not displayed */}, {`opengraph.html`, "" /* 3047 byte string literal not displayed */}, {`pagination.html`, "" /* 1769 byte string literal not displayed */}, {`schema.html`, "" /* 1455 byte string literal not displayed */}, {`shortcodes/__h_simple_assets.html`, "" /* 955 byte string literal not displayed */}, {`shortcodes/figure.html`, "" /* 1227 byte string literal not displayed */}, {`shortcodes/gist.html`, "" /* 187 byte string literal not displayed */}, {`shortcodes/highlight.html`, "" /* 150 byte string literal not displayed */}, {`shortcodes/instagram.html`, "" /* 433 byte string literal not displayed */}, {`shortcodes/instagram_simple.html`, "" /* 2053 byte string literal not displayed */}, {`shortcodes/param.html`, "" /* 225 byte string literal not displayed */}, {`shortcodes/ref.html`, `{{ ref . .Params }}`}, {`shortcodes/relref.html`, `{{ relref . .Params }}`}, {`shortcodes/twitter.html`, "" /* 371 byte string literal not displayed */}, {`shortcodes/twitter_simple.html`, "" /* 1005 byte string literal not displayed */}, {`shortcodes/vimeo.html`, "" /* 1221 byte string literal not displayed */}, {`shortcodes/vimeo_simple.html`, "" /* 833 byte string literal not displayed */}, {`shortcodes/youtube.html`, "" /* 704 byte string literal not displayed */}, {`twitter_cards.html`, "" /* 1216 byte string literal not displayed */}, }
EmbeddedTemplates represents all embedded templates.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
tpl/tplimpl/embedded/generate |
Tools for package owners.