Welcome to mirror list, hosted at ThFree Co, Russian Federation.

head.html « partials « layouts « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c37e0becc6cdc6a23f437f9220b813325f84ac68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176068424-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-176068424-1');
</script>

<style type="text/css">
body > header > div {
	justify-content: flex-start;
}

body > header > div > nav.shortcuts {
	margin-left: 2em;
}

</style>