Skip to content

Commit

Permalink
feat: handle special page
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Mar 26, 2024
1 parent 8302b95 commit 426ff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{{- define "content" -}}
{{- $params := .Scratch.Get "params" -}}
<div class="page single special">
<div class="page single special print:!tw-w-full print:!tw-max-w-none print:!tw-m-0 print:!tw-p-0">
{{- /* Title */ -}}
<h1 class="single-title animate__animated animate__pulse animate__faster">
{{- .Title -}}
Expand Down

0 comments on commit 426ff47

Please sign in to comment.