Gabriele Lauricella пре 6 година
родитељ
комит
6750103c12
1 измењених фајлова са 12 додато и 2 уклоњено
  1. 12 2
      config.json

+ 12 - 2
config.json

@@ -1,6 +1,16 @@
 {
-    //  Output Filename Scheme - eg. HTTP500.html
-    "scheme": "HTTP%d.html",
+    // Output Filename Scheme - eg. HTTP500.html
+    // %code% - HTTP error code eg. 400
+    "scheme": "HTTP%code%.html",
+
+    // Page title (HTML not allowed)
+    // %code% - HTTP error code eg. 400
+    // %title% - HTTP error eg. Bad Request
+    "page_title": "We've got some trouble | %code% - %title%",
+
+    // Error (HTML not allowed)
+    // %code% - HTTP error code eg. 400
+    "error": "Error %code%",
 
     // Footer content (HTML Allowed)
     "footer": "Tech Contact <a href=\"mailto:info@example.org\">info@example.org</a>"