oyd
/
oyd-web-en
Archived
7
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
oyd-web-en/layouts/_default/baseof.html

55 lines
2.7 KiB

<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>
<meta charset="utf-8">
<meta name="description" content="Free Software Association in Turkey is a community of people defending the free software movement and the freedom of all people in the modern world." />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="http://www.oyd.org.tr/" />
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ if .IsPage }}
<meta property="og:title" content="{{ .Page.Title }} - {{ .Site.Title }}" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.oyd.org.tr" />
<meta property="og:description" content="{{ .Description }}" />
<meta property="og:image" content="/oyd_social.png" />
<meta property="og:site_name" content="Özgür Yazılım Derneği" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@oydorgtr" />
<meta name="twitter:title" content="{{ .Page.Title }} - Özgür Yazılım Derneği">
<meta name="twitter:description" content="{{ .Page.Summary }}">
<meta name="twitter:creator" content="@oydorgtr" />
<meta name="twitter:image" content="/oyd_social.png">
{{ else }}
<meta property="og:title" content="{{ .Site.Title }}" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.oyd.org.tr" />
<meta property="og:description" content="Free Software Association in Turkey is a community of people defending the free software movement and the freedom of all people in the modern world." />
<meta property="og:image" content="/oyd_social.png" />
<meta property="og:site_name" content="Özgür Yazılım Derneği" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@oydorgtr" />
<meta name="twitter:title" content="Özgür Yazılım Derneği">
<meta name="twitter:description" content="Free Software Association in Turkey is a community of people defending the free software movement and the freedom of all people in the modern world.">
<meta name="twitter:creator" content="@oydorgtr" />
<meta name="twitter:image" content="/oyd_social.png">
{{ end }}
{{ if eq .URL "/" -}}
<title>{{ .Site.Title }}</title>
{{- else -}}
<title>{{ .Title }}{{ with .Params.subtitle }} - {{ . }} {{ end }} - {{ .Site.Title }}</title>
{{- end }}
<link rel="stylesheet" href="{{ "css/normalize.css" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}">
<link rel="stylesheet" href="{{ "fonts/stylesheet.css" | relURL }}">
</head>
<body>
{{ block "header" . }}
{{ partial "header" . }}
{{ end }}
{{ block "main" . }}
{{ end }}
{{ block "footer" . }}
{{ partial "footer" . }}
{{ end }}
</body>
</html>