Skip to content

Commit

Permalink
Set embed codes to open by default for now, for publication prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed May 8, 2024
1 parent 8e74cb4 commit 97b60ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/shxco/layouts/article/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>{{ $props.title }}</h3>
{{- end -}}

<hr/>
<details id="embed">
<details id="embed" open>
<summary>How to embed these figures</summary>
{{ $css := partial "figure/styles.css" . }} {{/* styles for display when embedding; output as string */}}
{{ transform.Highlight (printf "%s\n" $css ) "css" }}
Expand Down

0 comments on commit 97b60ce

Please sign in to comment.