diff --git a/src/quotesite.nim b/src/quotesite.nim index dc414af..ae9dfb2 100644 --- a/src/quotesite.nim +++ b/src/quotesite.nim @@ -1,7 +1,7 @@ import asyncdispatch, jester, moustachu, os, strutils const - baseTemplate = staticRead "../templates/layout.mustache" + baseTemplate = staticRead "./templates/layout.mustache" settings: port = 5000.Port diff --git a/templates/layout.mustache b/src/templates/layout.mustache similarity index 100% rename from templates/layout.mustache rename to src/templates/layout.mustache