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`, "" /* 1961 byte string literal not displayed */}, {`_default/sitemap.xml`, "" /* 1000 byte string literal not displayed */}, {`_default/sitemapindex.xml`, "" /* 401 byte string literal not displayed */}, {`alias.html`, "" /* 246 byte string literal not displayed */}, {`disqus.html`, "" /* 1250 byte string literal not displayed */}, {`google_analytics.html`, "" /* 1856 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`, "" /* 2306 byte string literal not displayed */}, {`pagination.html`, "" /* 5735 byte string literal not displayed */}, {`schema.html`, "" /* 1465 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`, "" /* 1156 byte string literal not displayed */}, {`shortcodes/instagram_simple.html`, "" /* 3058 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`, "" /* 1410 byte string literal not displayed */}, {`shortcodes/twitter_simple.html`, "" /* 2263 byte string literal not displayed */}, {`shortcodes/vimeo.html`, "" /* 1301 byte string literal not displayed */}, {`shortcodes/vimeo_simple.html`, "" /* 986 byte string literal not displayed */}, {`shortcodes/youtube.html`, "" /* 760 byte string literal not displayed */}, {`twitter_cards.html`, "" /* 1098 byte string literal not displayed */}, }
EmbeddedTemplates represents all embedded templates.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
tpl/tplimpl/embedded/generate |
Tools for package owners.