summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2017-02-07Update copyright yearHEADmasterJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-12-25Set font-family and text-renderingJohannes Löthberg1-0/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-12-05Fix broken tag structureJohannes Löthberg1-1/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-27Resize rems to 100% root font-size rather than pixel-ishJohannes Löthberg1-20/+17
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-22Style contacts list more nicelyJohannes Löthberg1-1/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Maxe body max-width 60remJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Justify body textJohannes Löthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Set viewport properly for mobileJohannes Löthberg1-0/+1
> The width property controls the size of the viewport. It can be set to > a specific number of pixels like width=600 or to the special value > device-width which is the width of the screen in CSS pixels at a scale > of 100%. > > The initial-scale property controls the zoom level when the page is > first loaded. — https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16entry: Only add post-nav div if older or newer is givenJohannes Löthberg1-1/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16entry: Make header container actually a header tagJohannes Löthberg1-2/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Use 62.5% base font size and proper rem everywhereJohannes Löthberg1-9/+24
https://snook.ca/archives/html_and_css/font-size-with-rem Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Use rem instead of emJohannes Löthberg1-10/+10
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15entry: Comma separate tag listJohannes Löthberg1-3/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Don't use gray for tagsJohannes Löthberg1-6/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Add support for entry tagsJohannes Löthberg3-0/+36
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Remove old footer styleJohannes Löthberg1-3/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15layout: use padded-box class for the contentJohannes Löthberg1-5/+5
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15entry: Wrap navigation in naw tagsJohannes Löthberg1-0/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Add title to archiveJohannes Löthberg2-5/+9
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Merge build_entry and build_indexJohannes Löthberg1-18/+0
No need to special-case this anymore with unpublished pages. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Simplify older/newer logicJohannes Löthberg1-3/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Add about me pageJohannes Löthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Add entry title to navigation linksJohannes Löthberg2-4/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Fix up paddingsJohannes Löthberg2-7/+6
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Oops, forgot to fix templates after slug -> file renameJohannes Löthberg2-4/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-12Indent header, article, and footer the same amountJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-12Initial commitJohannes Löthberg4-0/+143
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>