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`, ""                  /* 1767 byte string literal not displayed */},
	{`_default/sitemap.xml`, ""              /* 958 byte string literal not displayed */},
	{`_default/sitemapindex.xml`, ""         /* 394 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`, ""                    /* 2610 byte string literal not displayed */},
	{`pagination.html`, ""                   /* 1768 byte string literal not displayed */},
	{`schema.html`, ""                       /* 1126 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`, "" /* 180 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/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`, ""          /* 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 */},
}

EmbeddedTemplates represents all embedded templates.

Source Files

templates.autogen.go

Directories

PathSynopsis
tpl/tplimpl/embedded/generate
Version
v0.55.5
Published
May 2, 2019
Platform
js/wasm
Last checked
50 minutes ago

Tools for package owners.