Compare commits

...

2 Commits

Author SHA1 Message Date
f021c83653 disable post draft mode
Some checks failed
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/master Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
ci/woodpecker/pr/next Pipeline failed
2022-09-21 11:44:13 +02:00
8b013652cc fix edit post link 2022-09-21 11:44:01 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ showScrollToTop = true
showBreadcrumbs = false
showDraftLabel = true
showEdit = true
editURL = "https://github.com/OCram85/Blog/edit/master/content/"
editURL = "https://gitea.ocram85.com/OCram85/Blog/_edit/psCredUpdate/content/"
editAppendPath = true
showHeadingAnchors = true
showPagination = true

View File

@ -1,7 +1,7 @@
---
title: "✨ PSCredentialStore 1.1.0 is released"
date: 2022-09-21T10:14:18+02:00
draft: true
draft: false
categories: ['Projects']
tags: ['PSCredentialStore']