mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Initial Version
This commit is contained in:
commit
76ee2dd12c
91 changed files with 7690 additions and 0 deletions
12
themes/hyde-x/layouts/partials/foot.html
Normal file
12
themes/hyde-x/layouts/partials/foot.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{ if isset .Site.Params "highlight" }}<script src="{{ "/js/highlight.pack.js" | absURL }}"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>{{ end }}
|
||||
{{ with .Site.Params.googleAnalytics }}
|
||||
<script>
|
||||
var _gaq=[['_setAccount','{{ . }}'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
{{ end }}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue