WIP: translation (but it ain't broken)

This commit is contained in:
Chris Josten 2020-06-28 00:11:50 +02:00
parent 8d2feaa76b
commit 9f879be71b
9 changed files with 88 additions and 45 deletions

View file

@ -14,10 +14,10 @@ html(prefix="og: http://ogp.me/ns#")
block meta_data
- if (page_title !is null)
title #{page_title} - Chris Netsoj.nl
title& #{page_title} - #{Constants.SITE_NAME}
meta(name="og:title", content=page_title)
- else
title Chris Netsoj.nl
title& #{Constants.SITE_NAME}
meta(name="og:site_name", content=Constants.SITE_NAME)
- if (page_image !is null)
@ -45,7 +45,7 @@ html(prefix="og: http://ogp.me/ns#")
section.header-navigation
header
img.logo(src="/static/img/logo.png", alt="The logo of the website: the letter C drawn in an unprofessional manner with wobbly eyes on put on top")
p Chris's webstekkie
p& Chris's website
nav
ul
- menuItem("home", "/");