refactor: anchor link and css fixes

This commit is contained in:
kateryna saprunova
2019-10-28 12:46:30 +01:00
parent 1ade7799d2
commit f4e37a130e
3 changed files with 10 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
<title>{{ if .Title }}{{ .Title }} {{ else }}{{ .Site.Title }}{{ end }}</title>
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.SiteDescription }}{{ end }}">
<script src="/js/smooth-scroll.js"></script>
<link href="/css/doc-theme.css?" rel="stylesheet">
<link rel="icon" href="/favicon.ico">
</head>