Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-05Add dark modeHEADmasterlberki
Add dark mode See #65
2022-05-05Add table of contentslberki
Add table of contents See #64
2021-08-23Change summary titles on homepage to h2Gavin Rehkemper
See #52 See #54
2019-07-27Parse Markdown in summary in page frontmatterEmiel Hollander
It was impossible to use Markdown in the summary variable in the page frontmatter. Markdown inside this variable is now parsed. See #23
2019-04-14Remove deprecated .Page.URLEmiel Hollander
Replaced with .RelPermalink where applicable. Checking if a page is the home page can be done using .IsHome instead.
2018-11-04Remove deprecated .Next and .Prev callsEmiel Hollander
Page's .Next and .Prev are deprecated and will be removed in a future release. Replaced these with .NextPage and .PrevPage. Also removed the links to the previous and next page from the about template. This assumes there is only ever one about page.
2018-10-21Extract summary from list templates into its own layout fileEmiel Hollander
Extract the summary into its own layout file and use the .Render function to include the summary, which is the same for all list templates.
2018-10-16Add partials for single post header and footerEmiel Hollander
2018-10-16Fix duplicate headerEmiel Hollander
Partial head.html was included in baseof.html, but also in header.html, causing the body to contain html and head tags.
2018-10-15Add basic support for taxonomiesEmiel Hollander
2018-10-15Split single post header partial for more flexibilityEmiel Hollander
2018-10-14Split some templates into partialsEmiel Hollander
This makes it easier to change or override parts of the theme on your site without losing updates to the theme.
2018-10-07Add localisation option for publishdateEmiel Hollander
2018-09-30Add i18n capabilitiesEmiel Hollander
2018-08-25Tidy up HTML outputEmiel Hollander
2018-07-28Initial commitEmiel Hollander