summaryrefslogtreecommitdiffstats
path: root/tpl/template_embedded.go
AgeCommit message (Expand)Author
2016-03-11Allow picking a specific file out of a gistKonstantin Kliakhandler
2016-01-29Add autostart option to YouTube shortcodedigitalcraftsman
2016-01-05Add embeded template for robots.txtIvan Fraixedes
2016-01-04Added async version of Google Analytics internal templateWade Fitzpatrick
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-24Add IsNamedParams property in shortcodesdigitalcraftsman
2015-11-24Add shortcode for tweetsdigitalcraftsman
2015-11-24Add shortcode for github gistsdigitalcraftsman
2015-11-24Add shortcode for vimeodigitalcraftsman
2015-11-24Add shortcode for youtubedigitalcraftsman
2015-11-24Add shortcode for speakerdeckdigitalcraftsman
2015-11-23Change the license to Apache 2.0Steve Francia
2015-11-20Apply absURL on social tag urlsMarek Janda
2015-11-04Add internal Google Analytics templatedigitalcraftsman
2015-05-15Set s.Info.LastChange to LastmodJuan B. Rodriguez
2015-04-16Fix broken Highlight testbep
2015-04-15Add more options to highlightbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-14Revert "Added image support to the sitemap.xml template"bep
2015-03-12Added image support to the sitemap.xml templateDerek Perkins
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-02-19Use $.Paginator in templatebep
2015-02-01Use .Site.Params.description as fallback for social partialsbep
2015-01-30Some more .Date.IsZero checks in internal templatesbep
2015-01-30Remove _default prefix from SEO templatesbep
2015-01-30Use .Date.IsZero to skip unset date in embedded templatesAnthony Fok
2015-01-26Add Bootstrap-compatible pagination.htmlbep
2015-01-20Fix two errors in two internal templatesAnthony Fok
2015-01-19Make RSS dates validbep
2015-01-14Replace `if` with `with` in embedded rss.xmlAnthony Fok
2015-01-12Trivial fixes to get RSS 2.0 feeds to validate.Anthony Fok
2014-12-18Added AuthorList, Author, AuthorSocial, SiteSocial, Image and Video structsDerek Perkins
2014-12-18Provide (relative) reference funcs & shortcodes.Austin Ziegler
2014-11-20Move template library into it's own package (tpl). No longer dependent on hug...spf13