Restructured parts of the website

This commit is contained in:
Chris Josten 2020-06-24 17:40:20 +02:00
parent 1ffb19f811
commit 99f493dec3
11 changed files with 62 additions and 29 deletions

4
source/constants.d Normal file
View file

@ -0,0 +1,4 @@
class Constants {
public static immutable string SITE_NAME = "Chris Netsoj.nl";
public static immutable string COPYRIGHT = "© Chris Josten, 2020";
}