small fixes

This commit is contained in:
teldra 2022-06-26 18:11:41 +02:00
parent d483db5d7c
commit 15b2a6debc
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: "Blubbi blub"
date: 2022-06-26T16:21:00+02:00
---
Blubbi blub blub

View File

@ -10,7 +10,7 @@ fi
git pull --rebase upstream main && \
git add . && \
git commit -m "${date}: ${changedfiles}" && \
git push -f origin --set-upstream origin && \
git push -f origin --set-upstream origin "${date}" && \
git switch main
exit