diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-12-17 22:07:08 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-12-17 22:07:08 +0100 |
commit | 2e90f71d547dd9294a26861b66b6344bc49ab9af (patch) | |
tree | 9eb16ba99bf2d526253c02219b2dfd296a076973 /.gitmodules | |
parent | da9d8fa516bf309e8cf6005cae152689b8a20342 (diff) | |
download | blog-2e90f71d547dd9294a26861b66b6344bc49ab9af.tar.gz blog-2e90f71d547dd9294a26861b66b6344bc49ab9af.zip |
theme: change to after-dark
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c1f2100..237bb4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/hyde"] path = themes/hyde url = https://github.com/getzola/hyde.git +[submodule "themes/after-dark"] + path = themes/after-dark + url = https://github.com/getzola/after-dark.git |