module nl.netsoj.chris.blog.staticpaths; /** * Paths to static data. */ immutable string STATIC_DIR = "/static/"; immutable string IMG_DIR = STATIC_DIR ~ "img/"; immutable string SCRIPT_DIR = STATIC_DIR ~ "script/";