Add html title
This commit is contained in:
parent
a0f4a692b5
commit
0469144447
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
<meta name="application-name" content="{{ .Site.Title }}" />
|
<meta name="application-name" content="{{ .Site.Title }}" />
|
||||||
<link rel="icon" type="image/png" href="{{ .Site.BaseURL }}/img/favicon.png" />
|
<link rel="icon" type="image/png" href="{{ .Site.BaseURL }}/img/favicon.png" />
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css" />
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css" />
|
||||||
|
|
||||||
|
<title>{{ .Title }} :: {{ .Site.Title }}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue