mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: fix pirate notification #240
This commit is contained in:
parent
d42b1b04ed
commit
368e41790e
1 changed files with 4 additions and 3 deletions
|
@ -99,9 +99,10 @@
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
{{- $style := "warning" }}
|
||||
{{- $title := "Arrr! ☠ Pirrrates ☠" }}
|
||||
<div class="box notices {{ $style }}">
|
||||
<div class="box-label">{{ $title }}</div>
|
||||
{{- $title := "Arrr! Pirrrates" }}
|
||||
{{- $icon := "skull-crossbones" }}
|
||||
<div class="box notices cstyle {{ $style }}">
|
||||
<div class="box-label"><i class="fa-fw fas fa-{{ $icon }}"></i> {{ $title }}</div>
|
||||
<div class="box-content">
|
||||
<p>Fello' pirrates, be awarrre some featurrres may not work fer us in this trrranslat'n. Like table of rrramblings, some Merrrmaids and stuff.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue