Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 98af7a1

Browse files
committed
Fixed missing og:image 🚀
1 parent f888165 commit 98af7a1

File tree

7 files changed

+3
-1
lines changed

7 files changed

+3
-1
lines changed

_images/posts/contract-test.jpg

236 KB
Loading

_images/posts/swift-closure.jpg

93.3 KB
Loading

_includes/critical.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_posts/2017-06-02-swift-closure-syntax.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "Swift Closure: what they are and syntax"
44
description: "In this post I will talk about Swift closure: what they are and their syntax"
55
date: 2017-06-02
6+
image: /assets/images/posts/swift-closure.jpg
67
tags: [swift, ios, apple, mobile application development]
78
comments: true
89
seo:

_posts/2017-07-25-a-first-approach-to-contract-test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "A first approach to contract test"
44
description: "In this post I will talk about contract test: what they are and how you can use them."
55
date: 2017-07-25
6+
image: /assets/images/posts/contract-test.jpg
67
tags: [test driven development, java]
78
comments: true
89
seo:
236 KB
Loading
93.3 KB
Loading

0 commit comments

Comments
 (0)