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/*
|
||||
.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 |
@ -14,6 +14,16 @@
|
||||
{{ partialCached "math.html" . }}
|
||||
{{ 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>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user