chris-website/source/constants.d

8 lines
224 B
D
Raw Normal View History

/**
* Constants which are passed to templates while rendering.
*/
2020-06-24 15:40:20 +00:00
class Constants {
public static immutable string SITE_NAME = "Chris Netsoj.nl";
public static immutable string COPYRIGHT = "© Chris Josten, 2020";
}