From 570afa1bf4263a7e5f5b056bbb028bdb14dddbc6 Mon Sep 17 00:00:00 2001 From: B Kleinen Date: Sat, 25 Sep 2021 03:01:41 +0200 Subject: [PATCH] one more trailing /, remove twitter link --- content/homepage/cfp.md | 2 +- data/social.json | 2 +- makefile | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/homepage/cfp.md b/content/homepage/cfp.md index 887c65d..1c82015 100644 --- a/content/homepage/cfp.md +++ b/content/homepage/cfp.md @@ -3,7 +3,7 @@ title: 'Call for Papers' weight: 1 background: 'images/htw.png' button: 'Zum Call For Papers' -buttonLink: 'termine/cfp' +buttonLink: 'termine/cfp/' --- Nachhaltigkeit und Ethik in der Software Engineering Ausbildung und diff --git a/data/social.json b/data/social.json index e680204..9acc22c 100644 --- a/data/social.json +++ b/data/social.json @@ -6,7 +6,7 @@ }, { "name": "Twitter", - "link": "https://twitter.com/seuh2022", + "link": "#", "image": "social/twitter.svg" } ] diff --git a/makefile b/makefile index 21be5e5..ac675b9 100644 --- a/makefile +++ b/makefile @@ -16,3 +16,5 @@ build_staging: hugo --minify -e staging update_theme: git submodule update --init --recursive +deploy: + git push production master