Skip to content

Commit

Permalink
2024-04-29 08:51:06
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Apr 29, 2024
1 parent e5107e0 commit 5f1868c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/shortcodes/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{ range . }}
{{ $cp := ((printf "clipboard-%s-%s" ($.Name) (delimit (shuffle (seq 11 99)) "")) | md5) }}
<div class="shortcode shortcode-{{ ($.Name) }} mb-3">
<div class="card overflow-hidden">
<div class="card overflow-hidden" data-bs-theme="dark">
<div class="card-header">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
Expand Down Expand Up @@ -55,7 +55,7 @@
</div>
</div>
</div>
<div class="card-body" id="cp-{{ ($cp) }}">
<div class="card-body p-0" id="cp-{{ ($cp) }}">
{{ if (eq (($lang) | len) 0) }}
{{ $lang = ((replace (path.Ext (.Name)) "." "") | default "plaintext") }}
{{ end }}
Expand Down

0 comments on commit 5f1868c

Please sign in to comment.