add hostname to footer text
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
Bye!
|
||||
</p>
|
||||
</div></div>
|
||||
{{template "page_bottom"}}
|
||||
{{template "page_bottom" .}}
|
||||
{{template "analytics"}}
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -112,7 +112,7 @@
|
||||
<a href="mailto:support@pixeldrain.com">support@pixeldrain.com</a>
|
||||
</p>
|
||||
</div></div>
|
||||
{{template "page_bottom"}}
|
||||
{{template "page_bottom" .}}
|
||||
{{template "analytics"}}
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -39,7 +39,7 @@
|
||||
})
|
||||
});
|
||||
</script>
|
||||
{{template "page_bottom"}}
|
||||
{{template "page_bottom" .}}
|
||||
{{template "analytics"}}
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -34,7 +34,7 @@
|
||||
Fornax
|
||||
{{end}}
|
||||
</div></div>
|
||||
{{template "page_bottom"}}
|
||||
{{template "page_bottom" .}}
|
||||
{{template "analytics"}}
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -48,6 +48,10 @@
|
||||
Twitter: <a href="https://twitter.com/Fornax96" target="_blank">@Fornax96</a>
|
||||
Reddit: <a href="https://reddit.com/r/pixeldrain" target="_blank">/r/pixeldrain</a>
|
||||
Medium: <a href="https://medium.com/pixeldrain" target="_blank">Pixeldrain</a>
|
||||
<br/>
|
||||
<span class="small_footer_text" style="font-size: .75em; line-height: .75em;">
|
||||
page rendered by {{.Hostname}}
|
||||
</span>
|
||||
</div>
|
||||
</div><!-- end page_body -->
|
||||
{{end}}
|
||||
|
@@ -147,7 +147,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{template "page_bottom"}}
|
||||
{{template "page_bottom" .}}
|
||||
|
||||
<script>
|
||||
'use strict';
|
||||
|
@@ -62,7 +62,7 @@
|
||||
|
||||
<br/>
|
||||
</div></div>
|
||||
{{template "page_bottom"}}
|
||||
{{template "page_bottom" .}}
|
||||
</body>
|
||||
</html>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user