mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
fix head tags again
This commit is contained in:
parent
c7d9df9e75
commit
fbb6b38bbd
@ -12,9 +12,9 @@
|
|||||||
<meta property="og:description" content="{{page.excerpt | strip_html | strip}}">
|
<meta property="og:description" content="{{page.excerpt | strip_html | strip}}">
|
||||||
<meta name="twitter:description" content="{{page.excerpt | strip_html | strip}}">
|
<meta name="twitter:description" content="{{page.excerpt | strip_html | strip}}">
|
||||||
|
|
||||||
<meta property="og:url" content="{{site.url}}{{page.url}}">
|
<meta property="og:url" content="{{page.url | absolute_url}}">
|
||||||
<meta property="twitter:domain" content="thomashodson.com">
|
<meta property="twitter:domain" content="thomashodson.com">
|
||||||
<meta property="twitter:url" content="{{site.url}}{{page.url}}">
|
<meta property="twitter:url" content="{{page.url | absolute_url}}">
|
||||||
<meta name="twitter:site" content="@T_Hodson">
|
<meta name="twitter:site" content="@T_Hodson">
|
||||||
|
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
|
4
cv.html
4
cv.html
@ -2,6 +2,10 @@
|
|||||||
layout: default
|
layout: default
|
||||||
title: "CV"
|
title: "CV"
|
||||||
permalink: /cv/
|
permalink: /cv/
|
||||||
|
excerpt: |
|
||||||
|
I'm Tom Hodson. Welcome to my little home on the web! Take a look at my CV below
|
||||||
|
or have a look at my blog.
|
||||||
|
|
||||||
img:
|
img:
|
||||||
src: /assets/images/avatar.jpeg
|
src: /assets/images/avatar.jpeg
|
||||||
alt: A picture of me.
|
alt: A picture of me.
|
||||||
|
2
index.md
2
index.md
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Blog
|
title: Blog
|
||||||
layout: default
|
layout: default
|
||||||
|
excerpt: |
|
||||||
|
I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at.
|
||||||
permalink: /
|
permalink: /
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /blog/
|
- /blog/
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
title: Projects
|
title: Projects
|
||||||
layout: default
|
layout: default
|
||||||
permalink: /projects/
|
permalink: /projects/
|
||||||
|
excerpt: |
|
||||||
|
I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at.
|
||||||
|
img:
|
||||||
|
src: /assets/projects/lego_adapters/thumbnail.svg
|
||||||
|
alt:
|
||||||
|
class: invertable
|
||||||
---
|
---
|
||||||
{% for post in site.projects %}
|
{% for post in site.projects %}
|
||||||
<article class="h-entry project">
|
<article class="h-entry project">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user