Skip to content

Commit 0a9cecd

Browse files
committed
Name for OG profile type
1 parent cf74272 commit 0a9cecd

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ collections:
6161
permalink: /blog/category/:name/
6262

6363
details:
64-
location: Meanwood
65-
company: SmartSearch
66-
role: Head of Engineering
64+
location: Meanwood
65+
company: SmartSearch
66+
role: Head of Engineering

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<footer>
88
<div class="container">
99
<p class="copy">
10-
&copy; <a href="{{ main_repo.html_url | replace: 'http:','https:' }}#licence">{{ site.time | date: '%Y' }} Chris Buckley</a>.
10+
&copy; <a href="{{ main_repo.html_url | replace: 'http:','https:' }}#licence">{{ site.time | date: '%Y' }} {{ site.title }}</a>.
1111
<span class="powered">Powered by <a href="https://jekyllrb.com">Jekyll</a> / <a href="https://pages.github.com/">GitHub Pages</a>
1212
<span class="source-link">({{ edit_link | replace_first: '/edit/','/blob/' }})</span></span>
1313
</p>

_includes/seo.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
{% endif -%}
5454

5555
{% if page.og_type == 'profile' -%}
56+
<meta content="Chris" property="profile:first_name">
57+
<meta content="Buckley" property="profile:last_name">
5658
<script type="application/ld+json">{
5759
"@context": "https://schema.org",
5860
"@type": "ProfilePage",

contact.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Contact Me
33
description: Contact Chris Buckley via email or social media. Includes PGP keys for private messages.
44
layout: page
55
form_name: Contact Form
6+
og_type: website
67
---
78

89
<div id="contact">

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Chris Buckley's Personal Site
44
link_title: Home
55
supress_site_title: true
66
shortlink: /
7-
og_type: profile
7+
og_type: website
88
---
99

1010
I'm Chris Buckley, a Leeds-born software enthusiast currently living in {{ site.details.location }}. I've been [interested in computers](/interests/computing/) ever since I can remember, and it was this and an obsession with all things mathematical that led me to study both at the [University of Durham](https://www.dur.ac.uk/) between 2003 and 2009. I am the {{ site.details.role }} at {{ site.details.company }}.

0 commit comments

Comments
 (0)