about summary refs log tree commit diff stats
path: root/layouts
Commit message (Collapse)AuthorAgeLines
* Make post template microformats-compatible masterAlan Pearce2020-01-07-8/+4
|
* Support XFNAlan Pearce2020-01-07-1/+1
|
* Improve semanticityAlan Pearce2020-01-06-16/+21
|
* Remove useless main tagAlan Pearce2020-01-06-4/+2
|
* Show tags as article metadataAlan Pearce2020-01-06-0/+7
|
* Add support for alternative output formats (e.g. RSS)Alan Pearce2020-01-06-0/+3
|
* Remove non-semantic hr tags from layoutAlan Pearce2020-01-06-3/+4
|
* Make 404 page less shoutyAlan Pearce2020-01-06-1/+1
|
* Convert to block-based templatesAlan Pearce2020-01-06-7/+36
|
* Use ISO8601 date formatAlan Pearce2020-01-06-3/+3
|
* Remove custom fontsAlan Pearce2020-01-06-1/+0
|
* fix https://github.com/gohugoio/hugoThemes/issues/682 for the XMin themeYihui Xie2019-08-16-1/+3
|
* actually use .RelPermalink instead of .PermalinkYihui Xie2019-04-18-1/+1
|
* close #37: remove the deprecated preserveTaxonomyNames = true, and use ↵Yihui Xie2019-04-18-5/+2
| | | | .Page.Title to get the taxonomy names instead
* .URL has been deprecated in a recent version of HugoYihui Xie2019-04-18-1/+1
|
* markdownify post titles since some people use backticks in post titles, and ↵Yihui Xie2018-08-30-3/+3
| | | | | | | | | | MathJax will treat content in backticks as inline math e.g. @jystatistics: https://jystatistics.rbind.io/post/2018/06/28/study-ggplot2/ @tcgriffith: https://tc.rbind.io/post/2018/01/25/apply-and-do-call/
* Correct date check in single.html. (#25)Shimmy Xu2018-02-18-1/+1
|
* fix #10: urlize the termsYihui Xie2017-07-26-1/+1
|
* make it mobile friendlyYihui Xie2017-07-11-0/+1
|
* no need to be global hereYihui Xie2017-06-19-1/+1
|
* I guess it is unnecessary (perhaps even wrong) to urlize termsYihui Xie2017-06-19-1/+1
|
* rename copyright to footer, since the variable copyright is used in the RSS feedYihui Xie2017-06-16-1/+1
|
* add language codeYihui Xie2017-06-16-1/+1
|
* add theme.toml, archetypes, layouts, and cssYihui Xie2017-06-15-0/+79