mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
feat: move static meta to templates
This commit is contained in:
parent
25f6ba7e93
commit
9ae5f37aea
@ -1,31 +1,12 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
{{ template "static" }}
|
||||
<link
|
||||
href="/static/error-image.css"
|
||||
rel="stylesheet"
|
||||
>
|
||||
{{ template "static" }}
|
||||
<link
|
||||
href="/static/error-image.css"
|
||||
rel="stylesheet"
|
||||
>
|
||||
|
||||
<title>Micrach</title>
|
||||
<!-- Primary Meta Tags -->
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="title" content="Micrach">
|
||||
<meta name="description" content="Single board imageboard.">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://micrach.igonin.dev/">
|
||||
<meta property="og:title" content="Micrach">
|
||||
<meta property="og:description" content="Single board imageboard.">
|
||||
<meta property="og:image" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
<meta property="twitter:url" content="https://micrach.igonin.dev/">
|
||||
<meta property="twitter:title" content="Micrach">
|
||||
<meta property="twitter:description" content="Single board imageboard.">
|
||||
<meta property="twitter:image" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
{{ template "static-meta" }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -1,27 +1,12 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
{{ template "static" }}
|
||||
{{ template "static" }}
|
||||
<link
|
||||
href="/static/index.css"
|
||||
rel="stylesheet"
|
||||
>
|
||||
|
||||
<title>Micrach</title>
|
||||
<!-- Primary Meta Tags -->
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="title" content="Micrach">
|
||||
<meta name="description" content="Single board imageboard.">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://micrach.igonin.dev/">
|
||||
<meta property="og:title" content="Micrach">
|
||||
<meta property="og:description" content="Single board imageboard.">
|
||||
<meta property="og:image" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
<meta property="twitter:url" content="https://micrach.igonin.dev/">
|
||||
<meta property="twitter:title" content="Micrach">
|
||||
<meta property="twitter:description" content="Single board imageboard.">
|
||||
<meta property="twitter:image" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
{{ template "static-meta" }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -10,10 +10,6 @@
|
||||
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
|
||||
crossorigin="anonymous">
|
||||
</script>
|
||||
<link
|
||||
href="/static/index.css"
|
||||
rel="stylesheet"
|
||||
>
|
||||
<link rel="icon" href="/static/favicon.ico"/>
|
||||
{{ end }}
|
||||
|
||||
@ -39,3 +35,26 @@
|
||||
<meta property="twitter:description" content="{{ .Text }}">
|
||||
<meta property="twitter:image" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
{{ end }}
|
||||
|
||||
{{ define "static-meta" }}
|
||||
<title>Micrach</title>
|
||||
<!-- Primary Meta Tags -->
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="title" content="Micrach">
|
||||
<meta name="description" content="Single board imageboard.">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://micrach.igonin.dev/">
|
||||
<meta property="og:title" content="Micrach">
|
||||
<meta property="og:description" content="Single board imageboard.">
|
||||
<meta property="og:image" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
<meta property="twitter:url" content="https://micrach.igonin.dev/">
|
||||
<meta property="twitter:title" content="Micrach">
|
||||
<meta property="twitter:description" content="Single board imageboard.">
|
||||
<meta property="twitter:image" content="https://memepedia.ru/wp-content/uploads/2018/03/ebanyy-rot-etogo-kazino.png">
|
||||
{{ end }}
|
@ -2,8 +2,8 @@
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
{{ template "static" }}
|
||||
{{ template "meta" $FirstPost }}
|
||||
{{ template "static" }}
|
||||
{{ template "meta" $FirstPost }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user