Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bluntspoon authored Jan 17, 2024
1 parent 5e3a58e commit 8235d5e
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<meta name="twitter:title" content="Andrew Bevan">
<meta name="twitter:description" content="About me and my thoughts on Web, Code, Technology and Life">
<meta name="twitter:creator" content="@bluntspoon">
<meta name="twitter:image" content="https://andrewbevan.me/assets/css/images/andrew-bevan.png">
<meta name="twitter:image" content="https://andrewbevan.me/assets/css/images/andrew-bevan.png?{{ site.time | date: '%s%N' }}">

<!-- Open Graph data -->
<meta property="og:title" content="Andrew Bevan" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://andrewbevan.me" />
<meta property="og:image" content="https://andrewbevan.me/assets/css/images/og-image.png" />
<meta property="og:image" content="https://andrewbevan.me/assets/css/images/og-image.png?{{ site.time | date: '%s%N' }}" />
<meta property="og:description" content="About me and my thoughts on Web, Code, Technology and Life" />
<meta property="og:site_name" content="Andrew Bevan" />
<meta property="og:locale" content="en_GB" />
Expand All @@ -34,20 +34,11 @@
<link href="https://www.linkedin.com/in/andrew-bevan" rel="me">
<link href="https://www.youtube.com/user/bluntspoonZA" rel="me">

<!-- Icons and Theme -->
<link rel="apple-touch-icon" sizes="180x180" href="../assets/css/icons/apple-touch-icon.png?v=20230320">
<link rel="icon" type="image/png" sizes="32x32" href="../assets/css/icons/favicon-32x32.png?v=20230320">
<link rel="icon" type="image/png" sizes="16x16" href="../assets/css/icons/favicon-16x16.png?v=20230320">
<link rel="manifest" href="../assets/css/icons/site.webmanifest?v=20230320">
<link rel="mask-icon" href="../assets/css/icons/safari-pinned-tab.svg?v=20230320" color="#5bbad5">
<link rel="shortcut icon" href="../assets/css/icons/favicon.ico?v=20230320">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-config" content="../assets/css/icons/browserconfig.xml?v=20230320">
<meta name="theme-color" content="#ffffff">
{%- include custom-head.html -%}

<link rel="stylesheet" href="../assets/css/main.css?v=20230320" />
<link rel="stylesheet" href="../assets/css/main.css?{{ site.time | date: '%s%N' }}" />
<noscript>
<link rel="stylesheet" href="../assets/css/noscript.css?v=20230320" />
<link rel="stylesheet" href="../assets/css/noscript.css?{{ site.time | date: '%s%N' }}" />
</noscript>

{%- if jekyll.environment == 'production' and site.google_analytics -%}
Expand All @@ -64,7 +55,7 @@
<!-- Header -->
<header id="header">
<a href="https://andrewbevan.me/about/" class="circle blue">
<img height="128" width="128" src="/assets/css/images/andrew-bevan.png" alt="Andrew Bevan">
<img height="128" width="128" src="/assets/css/images/andrew-bevan.png?{{ site.time | date: '%s%N' }}" alt="Andrew Bevan">
</a>
<h1>Andrew Bevan</h1>
<p>Father &nbsp;&bull;&nbsp; Husband &nbsp;&bull;&nbsp; Developer &nbsp;&bull;&nbsp; Maker</p>
Expand Down

0 comments on commit 8235d5e

Please sign in to comment.