-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{{#if page.attributes.pdf-filename}} | ||
<i class="fa-solid fa-download"></i> | ||
<a href="{{{page.attributes.pdf-filename}}}" title="Save page as PDF">Download</a> | ||
| ||
{{/if}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
{{#if (and page.fileUri (not env.CI))}} | ||
<div class="edit-this-page"><a href="{{page.fileUri}}">Edit this Page</a></div> | ||
<i class="fa-brands fa-github"></i> | ||
<div class="edit-this-page"><a href="{{page.fileUri}}" title="View/edit the source of this page">Edit</a></div> | ||
| ||
{{else if (and page.editUrl (or env.FORCE_SHOW_EDIT_PAGE_LINK (not page.origin.private)))}} | ||
<div class="edit-this-page"><a href="{{page.editUrl}}">Edit this Page</a></div> | ||
<i class="fa-brands fa-github"></i> | ||
<div class="edit-this-page"><a href="{{page.editUrl}}" title="View/edit the source of this page">Edit</a></div> | ||
| ||
{{/if}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters