Skip to content

Commit

Permalink
Add Petal Button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Nov 8, 2024
1 parent 2fe6a2d commit 6df7ee3
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@
<xsl:apply-templates select="." mode="top-nav"/>
</nav>


<!-- Petal Edit Button -->
<div id="petal-edit-page-button">
<a href="{htop:petal-edit-url(com:document-uri(.), $petal-api-url, $petal-github-org-name, $petal-github-repo-name, $petal-github-branch, $petal-referrer-base-url)}">
<input type="button" value="Edit this page..."/>
</a>
</div>

<article>
<xsl:apply-templates select="element()" mode="body"/>
Expand Down

0 comments on commit 6df7ee3

Please sign in to comment.