Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed May 29, 2024
1 parent 36f5b76 commit 8dc11dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/layouts/shortcodes/run.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="box notices cstyle run">
<div class="box-label"><i class="fa-fw fas fa-dollar-sign"></i>{{ $title := (.Get "title") }} {{ if not $title }} Run this on your workstation{{ else }}{{ $title }} {{ end }}:</div>
<div class="box-label"><i class="fa-fw fas fa-dollar-sign"></i>{{ $title := (.Get "title") }} {{ if not $title }} [bash]: Run this on your workstation:{{ else }}{{ $title }} {{ end }}</div>
<div class="box-content">
<code><pre>{{ .Inner }}</pre></code>
</div>
Expand Down

0 comments on commit 8dc11dd

Please sign in to comment.