meta tags and favicon
This commit is contained in:
parent
185b64d9db
commit
92dc4d888f
38
docs/layouts/partials/head.html
Normal file
38
docs/layouts/partials/head.html
Normal file
@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
|
||||
<head>
|
||||
{{ hugo.Generator }}
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>The Freechat Reference Famalam</title>
|
||||
<meta name="title" content="The Freechat Reference Famalam">
|
||||
<meta name="description" content="FLOSS chatting for everyone, come chat fren =|:^)">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://freechat.shockrah.xyz">
|
||||
<meta property="og:title" content="The Freechat Reference Famalam">
|
||||
<meta property="og:description" content="FLOSS chatting for everyone, come chat fren =|:^)">
|
||||
<meta property="og:image" content="https://freechat.shockrah.xyz/bear.gif">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://freechat.shockrah.xyz">
|
||||
<meta property="twitter:title" content="The Freechat Reference Famalam">
|
||||
<meta property="twitter:description" content="FLOSS chatting for everyone, come chat fren =|:^)">
|
||||
<meta property="twitter:image" content="https://freechat.shockrah.xyz/bear.gif">
|
||||
|
||||
<link rel="shortcut icon" href="bear.gif" type="image/x-icon">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/styles.css">
|
||||
{{ range .Site.Params.customCss -}}
|
||||
<link rel="stylesheet" href="{{ . | absURL }}">
|
||||
{{- end }}
|
||||
<link href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
BIN
docs/static/bear.gif
vendored
Normal file
BIN
docs/static/bear.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user