diff --git a/harp.json b/harp.json index 76dbb39..8bf43c8 100644 --- a/harp.json +++ b/harp.json @@ -2,6 +2,8 @@ "globals": { "site": "samhuri.net", "author": "Sami Samhuri", - "url": "http://samhuri.net" + "url": "http://samhuri.net", + "styles": [], + "scripts": [] } } \ No newline at end of file diff --git a/public/_layout.ejs b/public/_layout.ejs index 48834a5..3031a94 100644 --- a/public/_layout.ejs +++ b/public/_layout.ejs @@ -13,7 +13,10 @@ - + <% for (var i in styles) { %> + + <% } %> +
@@ -33,6 +36,10 @@ + <% for (var i in scripts) { %> + + <% } %> + + +