summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Don't reverse sort on landing page either.blogHarald Eilertsen2021-02-271-1/+1
|
* Don't reverse sort order in sections.Harald Eilertsen2021-02-272-2/+2
| | | | The default sort order is from newest to oldest now.
* Add opengraph support.Harald Eilertsen2020-12-264-2/+43
|
* Link titles to post in film section.Harald Eilertsen2020-11-211-1/+1
|
* Customize template for film section and pages.Your Name2020-09-253-0/+87
|
* Make figure shortcode resize large images somwhat smart.Your Name2020-07-261-2/+27
| | | | | | Images higher than 500px will be resized to not be any higher. Also we check for images that will be less than 400px wide after resizing, and float them to the left on wide displays.
* Render post authors from taxonomies.Harald Eilertsen2020-07-071-1/+9
| | | | | Not really handling more than one author yet, but then that's not an immediate concern either.
* Add authors as taxonomies.Harald Eilertsen2020-07-072-0/+29
| | | | Makes more sence, and allows users to subscribe to author feeds.
* Update base template.Harald Eilertsen2020-07-021-6/+13
| | | | | Add altternate links to main atom feeds. Fix escaping of logo file name.
* Base template had an xhtml tag ending for some reason.Harald Eilertsen2020-06-281-1/+1
|
* Use `feed.xml` as location for atom feed.Harald Eilertsen2020-06-151-0/+23
|
* Add some style of logo to the page.Harald Eilertsen2020-06-081-1/+5
| | | | | Based on the Blockout 2AM font from The League of Movable Type/Tyler Finck.
* Translate meta description.Harald Eilertsen2020-06-081-1/+1
|
* Dont try to display publish date if unknown.Harald Eilertsen2020-06-081-1/+1
|
* Improve license section.Harald Eilertsen2020-06-083-19/+14
| | | | | | | | - Use local image for license icon. - Clarify that the text and images/other elements are licensed separately. - Add license blurb to all pages. - Translate license blurb.
* splay translation link for translated pages too.Harald Eilertsen2020-06-081-0/+5
|
* Display translation link only if one exists.Harald Eilertsen2020-06-081-0/+3
|
* Add translation links in site header.Harald Eilertsen2020-06-085-14/+25
| | | | | | | | Add translation links in the site header for sections and index. This also moved the header back into the base template, as it seems zola is not able to handle blocks defined in included templates. At least that's what it looked like. Didn't test much.
* Fix issues with paths on duburls.Harald Eilertsen2020-06-072-2/+2
|
* More i18n stuff, add links languages for index.Harald Eilertsen2020-06-072-1/+9
|
* Split english and norwegian posts.Harald Eilertsen2020-06-073-4/+6
| | | | | | | This turned out a bit different than I initially though. The english and norwegian sections will essentially be separate. Afaict there's no direct way to make a "combined view" listing both english and norwegian posts. However, I think that's fine. Let's roll with this for now.
* Add a site header.Harald Eilertsen2020-06-062-1/+5
|
* Add link to full section in section previews.Harald Eilertsen2020-06-061-0/+3
|
* Tag pages list posts tagged with their term.Harald Eilertsen2020-06-061-1/+26
|
* Refactor post headers to separate template.Harald Eilertsen2020-06-063-30/+27
|
* Add section template.Harald Eilertsen2020-06-052-48/+74
| | | | | Also move most content to the section templates, leave only section descriptions and the latest posts in each for the index page.
* New shortcode `taglink`, for linking to a tag page.Harald Eilertsen2020-06-021-0/+2
|
* Display full post in index if there's no summary.Harald Eilertsen2020-06-021-2/+6
| | | | Also drop the "Read more..." prompt if the full post is shown.
* Render figure captions as markdown.Harald Eilertsen2020-06-011-1/+1
|
* Sort posts in reverse on index page.Harald Eilertsen2020-06-011-1/+1
|
* Use uppercase charset name.Harald Eilertsen2020-06-011-1/+1
| | | | Probably means nothing, but no harm either.
* Support `alt' attributes in figure shortcode.Harald Eilertsen2020-06-011-1/+1
|
* Use Zola translation system to translate more prompt.Harald Eilertsen2020-06-011-1/+1
|
* More styling of post header on index page.Harald Eilertsen2020-05-311-6/+6
|
* Add styling, default license etc.Harald Eilertsen2020-05-313-35/+24
|
* et up baseic structure for homepage/blog with ZolaHarald Eilertsen2020-05-306-0/+139