install command for hugo
parent
554a49bb36
commit
9f3a97baa0
|
|
@ -1,21 +1,25 @@
|
|||
<div id="partial-footer">
|
||||
<p class="copyright">
|
||||
© 2019 Adam Veldhousen.
|
||||
<a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution">Some rights reserved</a>.
|
||||
Powered by <a href="http://vdhsn.com">hugo</a>.
|
||||
<a
|
||||
href="https://creativecommons.org/licenses/by/3.0/"
|
||||
title="Creative Commons Attribution"
|
||||
>Some rights reserved</a
|
||||
>. Powered by <a href="https://vdhsn.com">hugo</a>.
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-XYSYXYSY-X']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(["_setAccount", "UA-XYSYXYSY-X"]);
|
||||
_gaq.push(["_trackPageview"]);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script');
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
|
||||
'http://www') + '.google-analytics.com/ga.js';
|
||||
ga.setAttribute('async', 'true');
|
||||
document.documentElement.firstChild.appendChild(ga);
|
||||
})();
|
||||
(function() {
|
||||
var ga = document.createElement("script");
|
||||
ga.src =
|
||||
("https:" == document.location.protocol
|
||||
? "https://ssl"
|
||||
: "http://www") + ".google-analytics.com/ga.js";
|
||||
ga.setAttribute("async", "true");
|
||||
document.documentElement.firstChild.appendChild(ga);
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue