aboutsummaryrefslogtreecommitdiff
path: root/source/01_data/tags.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/01_data/tags.xsl')
-rw-r--r--source/01_data/tags.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/01_data/tags.xsl b/source/01_data/tags.xsl
index 51bbf24..f055513 100644
--- a/source/01_data/tags.xsl
+++ b/source/01_data/tags.xsl
@@ -19,7 +19,7 @@
</entry>
</xsl:template>
-<xsl:template match="directory[@name = 'tags']/*/file[@extension = '.md']">
+<xsl:template match="directory[@name = 'tags']/*/file[@extension = '.md' or @extension = '.org']">
<article handle="{substring(@name, 12, string-length(@name))}"/>
</xsl:template>