diff options
author | Mateja <mail@matejamaric.com> | 2021-02-02 22:37:55 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-02-02 22:37:55 +0100 |
commit | f1bb75fca45eca4ef1ac9ad310c3fb7d2f5392a6 (patch) | |
tree | 8343fd4d3e099d859d8e2537c69821b8ebfe9387 /content | |
parent | 084af95449a3f29ad5db86ff939e0ed535445220 (diff) | |
download | blog-f1bb75fca45eca4ef1ac9ad310c3fb7d2f5392a6.tar.gz blog-f1bb75fca45eca4ef1ac9ad310c3fb7d2f5392a6.zip |
Add repo link at the end of blog posts.
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/dns-over-tls.md | 3 | ||||
-rw-r--r-- | content/blog/git-server.md | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/content/blog/dns-over-tls.md b/content/blog/dns-over-tls.md index 2c7a8a7..3f93787 100644 --- a/content/blog/dns-over-tls.md +++ b/content/blog/dns-over-tls.md @@ -42,4 +42,5 @@ This is how your `/etc/NetworkManager/NetworkManger.conf` should look like: **You will probably need to restart your computer for changes to take effect.** -If you found any mistakes or that something is outdated, please [contact me](/contact/). +If you found any mistakes or that something is outdated, please +feel free to [contact me](/contact/) or contribute to [this site's repository](https://github.com/MatejaMaric/blog). diff --git a/content/blog/git-server.md b/content/blog/git-server.md index ad920f7..c82d0be 100644 --- a/content/blog/git-server.md +++ b/content/blog/git-server.md @@ -263,7 +263,8 @@ You can just append this to your `httpd-vhosts-le-ssl.conf` file, you should of Don't forget to restart Apache for changes to take effect! That's all, hope you like your new git server! -If you found any mistakes, or that something is outdated, badly explained or you have something to add, feel free to [contact me](/contact/). +If you found any mistakes, or that something is outdated, badly explained or you have something to add, +feel free to [contact me](/contact/) or contribute to [this site's repository](https://github.com/MatejaMaric/blog). ## Resources - <https://wiki.archlinux.org/index.php/Git_server> |