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