From 9cdda80a3956f23df4b6f94feea756f9cc83cb76 Mon Sep 17 00:00:00 2001
From: Riccardo Spagni <ric@spagni.net>
Date: Mon, 23 Feb 2015 14:36:02 +0200
Subject: [PATCH] added host flag to footer for diagnostic purposes

---
 _includes/footer.html   | 4 +++-
 _includes/hostflag.html | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 _includes/hostflag.html

diff --git a/_includes/footer.html b/_includes/footer.html
index 4ade859c..a17236aa 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -24,4 +24,6 @@
 
         ga('create', 'UA-53312765-1', 'auto');
         ga('send', 'pageview');
-    </script>
\ No newline at end of file
+    </script>
+    
+    {% include hostflag.html %}
\ No newline at end of file
diff --git a/_includes/hostflag.html b/_includes/hostflag.html
new file mode 100644
index 00000000..649c4268
--- /dev/null
+++ b/_includes/hostflag.html
@@ -0,0 +1 @@
+<!-- page served by server N -->
\ No newline at end of file