Skip to content

Commit

Permalink
more myndfs work
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed May 2, 2018
1 parent 78a7183 commit f4c4004
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 108 deletions.
2 changes: 1 addition & 1 deletion ferenda/res/xsl/paged.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It's a generic template for paged content (assumes a bunch of <div class="pdfpag
<xsl:template name="metarobots"><xsl:comment>Robot metatag goes here</xsl:comment></xsl:template>
<xsl:template name="linkalternate"><xsl:comment>Alternate link(s)</xsl:comment></xsl:template>
<xsl:template name="headmetadata"><xsl:comment>headmetadata?</xsl:comment></xsl:template>
<xsl:template name="bodyclass">generic</xsl:template>
<xsl:template name="bodyclass">paged</xsl:template>
<xsl:template name="pagetitle">
<h1><xsl:value-of select="../xhtml:head/xhtml:title"/></h1>
</xsl:template>
Expand Down

0 comments on commit f4c4004

Please sign in to comment.