32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
|
<head>
|
||
|
</head>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<link rel="stylesheet" href="/blog/style.css">
|
||
|
<link rel="icon" type="image/svg+xml" href="/blog/favicon.svg">
|
||
|
<link rel="alternate icon" href="/blog/favicon.ico">
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="/blog/css/bootstrap.min.css">
|
||
|
<link rel="stylesheet" type="text/css" href="/blog/css/style.css">
|
||
|
|
||
|
<meta name="subject" content="bbaovanc's blog">
|
||
|
<meta name="description" content="This is my personal blog">
|
||
|
<meta name="url" content="https://bbaovanc.com/blog/">
|
||
|
<meta name="reply-to" content="contact@bbaovanc.com">
|
||
|
|
||
|
<meta name="og:type" content="website">
|
||
|
<meta name="og:title" content="bbaovanc's blog">
|
||
|
<meta name="og:url" content="https://bbaovanc.com/blog/">
|
||
|
<meta name="og:site_name" content="bbaovanc's blog">
|
||
|
<meta name="og:description" content="This is my personal blog">
|
||
|
<meta name="og:email" content="contact@bbaovanc.com">
|
||
|
<meta name="og:image" content="/blog/bbaovanc-1024.png">
|
||
|
|
||
|
{{ $title := print .Site.Title " | " .Title }}
|
||
|
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
||
|
<title>{{ $title }}</title>
|
||
|
</head>
|