Skip to content

Commit

Permalink
Use my theme branch to test the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed May 22, 2024
1 parent f9ac027 commit e545f4d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "theme"]
path = theme
url = https://git.sr.ht/~utensil/forester-base-theme
branch = fix-data-taxon
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions assets/uts-forest.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<!-- uts-end -->

<!-- uts-begin: Override to add a taxon class -->
<xsl:template match="f:tree">
<!-- <xsl:template match="f:tree">
<section>
<xsl:attribute name="lang">
<xsl:choose>
Expand Down Expand Up @@ -131,7 +131,7 @@
</section>
<xsl:apply-templates select="f:backmatter" />
</xsl:template>
</xsl:template> -->

<!-- uts-end -->

Expand Down
1 change: 1 addition & 0 deletions theme
Submodule theme added at 5edd58

0 comments on commit e545f4d

Please sign in to comment.