Skip to content

Commit

Permalink
Merge pull request #178 from jvalkeal/gh168
Browse files Browse the repository at this point in the history
Add asciinema integration
  • Loading branch information
rwinch authored Oct 13, 2023
2 parents 26caacd + 977e7dd commit 99a909f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/partials/footer.hbs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{{> footer-content}}
{{> footer-scripts}}
{{#if env.SITE_ASCIINEMA_PROVIDER}}
{{> asciinema-create-scripts}}
{{/if}}
3 changes: 3 additions & 0 deletions src/partials/head-styles.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/search.css">
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/page-search.css">
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/{{#if (asciidocExtensionRegistered '@asciidoctor/tabs')}}asciidoctor{{else}}spring{{/if}}-tabs.css">
{{#if env.SITE_ASCIINEMA_PROVIDER}}
{{> asciinema-styles}}
{{/if}}

3 changes: 3 additions & 0 deletions src/partials/header.hbs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{{> header-scripts}}
{{> header-content}}
{{#if env.SITE_ASCIINEMA_PROVIDER}}
{{> asciinema-load-scripts}}
{{/if}}

0 comments on commit 99a909f

Please sign in to comment.