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