We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb27434 commit b31a0cfCopy full SHA for b31a0cf
config.toml
@@ -1,4 +1,4 @@
1
-baseURL = 'https://test48320293.github.io/offsecnotes/'
+baseURL = 'https://github.com/frankheat/offsecnotes/'
2
languageCode = 'en-us'
3
title = 'offsecnotes'
4
theme = "mytheme"
themes/mytheme/layouts/partials/top-bar.html
@@ -12,7 +12,7 @@
12
</div>
13
14
<div class="col-4 text-end">
15
- <a href="https://github.com/francescovolpe/offsecnotes" target="_blank"
+ <a href="https://github.com/frankheat/offsecnotes" target="_blank"
16
class="d-inline-flex align-items-center text-decoration-none text-white rounded-pill px-3 py-1"
17
style="background-color: rgb(214, 51, 132);">
18
<svg height="18" width="18" viewBox="0 0 16 16" fill="currentColor" class="me-2">
0 commit comments