mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-06-19 19:32:10 +00:00
Add opengraph metadata
This commit is contained in:
parent
f8b615aae5
commit
dede121f59
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/resources/_gen/*
|
/resources/_gen/*
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
|
|
||||||
|
.idea/
|
BIN
static/img/profile.jpg
Normal file
BIN
static/img/profile.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -13,7 +13,17 @@
|
|||||||
{{ if .Param "math" }}
|
{{ if .Param "math" }}
|
||||||
{{ partialCached "math.html" . }}
|
{{ partialCached "math.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
<
|
||||||
|
|
||||||
|
<meta property="og:title" content="Tylers Perkins - Software Engineer" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="{{ .Permalink }}" />
|
||||||
|
<meta property="og:image" content="https://tylerperkins.xyz/img/profile.jpg" />
|
||||||
|
<meta property="og:description" content="Software Engineer, aspiring polymath" />
|
||||||
|
<meta property="og:site_name" content="Tylers Perkins" />
|
||||||
|
<meta property="og:locale" content="en_US" />
|
||||||
|
|
||||||
|
|
||||||
<title>Tylers Perkins - Software Engineer</title>
|
<title>Tylers Perkins - Software Engineer</title>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user