First commit of the theme
This commit is contained in:
commit
360f7ecd96
24 changed files with 525 additions and 0 deletions
18
layouts/partials/head.html
Normal file
18
layouts/partials/head.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>{{ $.Site.Title }} - {{ .Title }}</title>
|
||||
<link rel="icon" href="{{ $.Site.BaseURL }}{{ $.Site.Params.favicon }}" />
|
||||
<meta name="description" content="{{ $.Site.Params.description }}" />
|
||||
|
||||
{{ hugo.Generator }}
|
||||
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/base.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/css/media-queries.css"/>
|
||||
|
||||
{{ range .Site.Params.custom_css }}
|
||||
<link rel="stylesheet" type="text/css" href="{{ . | relURL }}"/>
|
||||
{{ end }}
|
||||
</head>
|
Loading…
Add table
Add a link
Reference in a new issue