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`, "" /* 1528 byte string literal not displayed */}, {`_default/sitemap.xml`, "" /* 851 byte string literal not displayed */}, {`_default/sitemapindex.xml`, "" /* 305 byte string literal not displayed */}, {`disqus.html`, "" /* 1237 byte string literal not displayed */}, {`google_analytics.html`, "" /* 1407 byte string literal not displayed */}, {`google_analytics_async.html`, "" /* 875 byte string literal not displayed */}, {`google_news.html`, "" /* 184 byte string literal not displayed */}, {`opengraph.html`, "" /* 2545 byte string literal not displayed */}, {`pagination.html`, "" /* 1753 byte string literal not displayed */}, {`schema.html`, "" /* 1120 byte string literal not displayed */}, {`shortcodes/__h_simple_assets.html`, "" /* 955 byte string literal not displayed */}, {`shortcodes/figure.html`, "" /* 971 byte string literal not displayed */}, {`shortcodes/gist.html`, "" /* 150 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`, "" /* 2038 byte string literal not displayed */}, {`shortcodes/ref.html`, `{{ if len .Params | eq 2 }}{{ ref .Page (.Get 0) (.Get 1) }}{{ else }}{{ ref .Page (.Get 0) }}{{ end }}`}, {`shortcodes/relref.html`, `{{ if len .Params | eq 2 }}{{ relref .Page (.Get 0) (.Get 1) }}{{ else }}{{ relref .Page (.Get 0) }}{{ end }}`}, {`shortcodes/twitter.html`, "" /* 371 byte string literal not displayed */}, {`shortcodes/twitter_simple.html`, "" /* 1005 byte string literal not displayed */}, {`shortcodes/vimeo.html`, "" /* 1038 byte string literal not displayed */}, {`shortcodes/vimeo_simple.html`, "" /* 833 byte string literal not displayed */}, {`shortcodes/youtube.html`, "" /* 698 byte string literal not displayed */}, {`twitter_cards.html`, "" /* 1222 byte string literal not displayed */}, }
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
tpl/tplimpl/embedded/generate |
- Version
- v0.42.1
- Published
- Jun 13, 2018
- Platform
- darwin/amd64
- Last checked
- 11 minutes ago –
Tools for package owners.