diff options
-rw-r--r-- | content/weblog/2020-05-07_website-refactor/index.md | 5 | ||||
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/index.html | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/content/weblog/2020-05-07_website-refactor/index.md b/content/weblog/2020-05-07_website-refactor/index.md index 5363d77..d7e1ff2 100644 --- a/content/weblog/2020-05-07_website-refactor/index.md +++ b/content/weblog/2020-05-07_website-refactor/index.md @@ -1,6 +1,7 @@ +++ title = "Website refactor" date = 2020-05-07T12:31:16Z +updated = 2020-12-10T22:02:02Z +++ A couple of months ago I had decided to completely refactor my website and blog. @@ -75,4 +76,6 @@ Although in some cases that old bit might make it a bit more compelling to write certain things :) The source for my website is hosted at -[https://git.yaroslavps.com/yaroslav/yaroslavps.com](https://git.yaroslavps.com/yaroslav/yaroslavps.com) +[https://git.yaroslavps.com/yaroslavps.com](https://git.yaroslavps.com/yaroslavps.com) + +_2020-12-10: Updated some links_ diff --git a/templates/base.html b/templates/base.html index 4f028c6..d8f27ba 100644 --- a/templates/base.html +++ b/templates/base.html @@ -48,7 +48,7 @@ <a href="https://github.com/Yaroslav-95" title="GitHub"> <span class="icon"><img src="/svg/icons/github.svg"/></span> </a> - <a href="https://git.yaroslavps.com/yaroslav" title="Git server"> + <a href="https://git.yaroslavps.com/" title="Git server"> <span class="icon"><img src="/svg/icons/git.svg"/></span> </a> </div> diff --git a/templates/index.html b/templates/index.html index a5d318c..6af40ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,7 @@ <a href="https://github.com/Yaroslav-95" title="GitHub"> <span class="icon"><img src="/svg/icons/github.svg"/></span> </a> - <a href="https://git.yaroslavps.com/yaroslav" title="Git server"> + <a href="https://git.yaroslavps.com/" title="Git server"> <span class="icon"><img src="/svg/icons/git.svg"/></span> </a> </div> |