Some SEO improvements

- meta description
- empty robots.txt
- changed welcome message on home to h2

- CSS in-line fold pairs
This commit is contained in:
2019-02-09 03:07:58 -05:00
parent 440f138645
commit 7efe961031
9 changed files with 68 additions and 81 deletions

View File

@@ -18,12 +18,13 @@
{{ $main_sass := resources.Get "sass/main.scss" }}
{{ $main_style := $main_sass | resources.ToCSS }}
<link rel="stylesheet" href="{{ $main_style.RelPermalink }}" type="text/css">
<!-- <title>
<title>
{{ $isHomePage := eq .Title .Site.Title }}
{{ .Title }}
{{ if eq $isHomePage false }} -
{{ if eq $isHomePage false }} -
{{ .Site.Title }}
{{ end }}</title> -->
{{ end }}
</title>
<!-- <link rel="shortcut icon" type="image/png" href="imgs/icons/gitlab.png" id="favicon"/> -->
<link rel="apple-touch-icon" sizes="180x180" href="{{ "img/favicon/apple-touch-icon.png" | relURL }}">
@@ -34,9 +35,9 @@
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<title>
<!-- <title>
{{ .Site.Title }} &nbsp;• &nbsp;~{{ .Page.RelPermalink }}
</title>
</title> -->
</head>
<body>