mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
Blue note callout
This commit is contained in:
parent
a0f0fcf6bc
commit
8dd5c1826f
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
||||||
Otherwise, you can add your own icon to assets/media/icons/ and reference its name when calling the shortcode.
|
Otherwise, you can add your own icon to assets/media/icons/ and reference its name when calling the shortcode.
|
||||||
*/}}
|
*/}}
|
||||||
{{ $icon := "information-circle" }}
|
{{ $icon := "information-circle" }}
|
||||||
{{ $class := "bg-primary-100 dark:bg-primary-900" }}
|
{{ $class := "bg-blue-100 dark:bg-blue-900" }}
|
||||||
{{ $class_text := "text-primary-600 dark:text-primary-300" }}
|
{{ $class_text := "text-blue-600 dark:text-blue-300" }}
|
||||||
{{ with (.Get 0) }}
|
{{ with (.Get 0) }}
|
||||||
{{ if eq . "note" }}
|
{{ if eq . "note" }}
|
||||||
{{ $icon = "information-circle" }}
|
{{ $icon = "information-circle" }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue