mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-27 11:48:02 +00:00
Make title dynamic
This commit is contained in:
@@ -16,16 +16,16 @@
|
|||||||
|
|
||||||
<
|
<
|
||||||
|
|
||||||
<meta property="og:title" content="Tylers Perkins - Software Engineer" />
|
<meta property="og:title" content="{{ if .Title }}{{ .Title }}{{ else }}Tylers Perkins - Software Engineer{{ end }}" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="{{ .Permalink }}" />
|
<meta property="og:url" content="{{ .Permalink }}" />
|
||||||
<meta property="og:image" content="https://tylerperkins.xyz/img/profile.jpg" />
|
<meta property="og:image" content="https://tylerperkins.xyz/img/profile.jpg" />
|
||||||
<meta property="og:description" content="Software Engineer, aspiring polymath" />
|
<meta property="og:description" content="Software Engineer, aspiring polymath" />
|
||||||
<meta property="og:site_name" content="Tylers Perkins" />
|
<meta property="og:site_name" content="Tylers Perkins - Software Engineer" />
|
||||||
<meta property="og:locale" content="en_US" />
|
<meta property="og:locale" content="en_US" />
|
||||||
|
|
||||||
<meta property="twitter:card" content="summary_large_image" />
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
<meta property="twitter:title" content="Tylers Perkins - Software Engineer" />
|
<meta property="twitter:title" content="{{ if .Title }}{{ .Title }}{{ else }}Tylers Perkins - Software Engineer{{ end }}" />
|
||||||
<meta property="twitter:description" content="Software Engineer, aspiring polymath" />
|
<meta property="twitter:description" content="Software Engineer, aspiring polymath" />
|
||||||
<meta property="twitter:image" content="https://tylerperkins.xyz/img/profile.jpg" />
|
<meta property="twitter:image" content="https://tylerperkins.xyz/img/profile.jpg" />
|
||||||
<meta property="twitter:image:alt" content="Tylers Perkins Profile Picture">
|
<meta property="twitter:image:alt" content="Tylers Perkins Profile Picture">
|
||||||
|
|||||||
Reference in New Issue
Block a user