diff --git a/.gitmodules b/.gitmodules index e69de29..b89b76c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "theme"] + path = theme + url = https://git.sr.ht/~utensil/forester-base-theme + branch = fix-data-taxon diff --git a/README.md b/README.md index 0a18269..8efd855 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ git remote add origin https://github.com/utensil/forest.git git branch -M main git push -u origin main +# git submodule deinit --all -f +# git rm theme -f +# git submodule add -f -b fix-data-taxon --name theme https://git.sr.ht/~utensil/forester-base-theme theme git submodule update --init --recursive git submodule update --remote --merge ``` diff --git a/assets/uts-forest.xsl b/assets/uts-forest.xsl index 8121864..38ea6d2 100644 --- a/assets/uts-forest.xsl +++ b/assets/uts-forest.xsl @@ -83,7 +83,7 @@ - + diff --git a/theme b/theme new file mode 160000 index 0000000..5edd589 --- /dev/null +++ b/theme @@ -0,0 +1 @@ +Subproject commit 5edd5896948c4c3b80aea7aff67c18fc56a43866