From 2cf7d0e2237e856eaad8e980fc113ae5e0f51f4f Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Sat, 22 Sep 2018 17:13:48 +0300 Subject: [PATCH] feat: update og description --- src/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.pug b/src/index.pug index 1f44e65..bf23f56 100644 --- a/src/index.pug +++ b/src/index.pug @@ -12,7 +12,7 @@ html meta(property="og:type" content="website") meta(property="og:title" content="Vlad Faust") meta(property="og:site_name" content="VladFaust.com") - meta(property="og:description" content="An experienced developer creating fast and beautiful applications in Crystal") + meta(property="og:description" content="An experienced developer creating fast and beautiful open-source projects") meta(property="og:image" content="https://vladfaust.com/img/me.jpg") meta(property="og:url" content="https://vladfaust.com") script(src="bundle.js")