diff --git a/assets/alert.png b/assets/alert.png new file mode 100644 index 0000000..17bd50e Binary files /dev/null and b/assets/alert.png differ diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 92d0f0a..cf56558 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -419,6 +419,7 @@ pre { border-radius: 5px; padding: 5px; text-align: center; + margin-bottom: 10px; } .no-decoration { diff --git a/themes/red/layouts/_default/art.html b/themes/red/layouts/_default/art.html index 194f9f3..20a0246 100644 --- a/themes/red/layouts/_default/art.html +++ b/themes/red/layouts/_default/art.html @@ -6,13 +6,14 @@ {{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "art") }} {{ if eq $paginator.PageNumber 1}} + {{ $alertimg := resources.Get "alert.png" }} {{ with $.Params.new_banner }} -
+ {{ end }} -Welcome to my art gallery! I have saved my art since 2016, and this site contains the most complete archive of my work.
+ - Contains risque art, so you should probably not view this on a work computer. +Welcome to my art gallery! I have saved my art since 2016, and this site contains the most complete archive of my work.
If you want to see other cool artists and their websites, see the links page.