diff --git a/assets/pics/brainmade-88x31-dark.png b/assets/pics/brainmade-88x31-dark.png new file mode 100644 index 0000000..9f40b68 Binary files /dev/null and b/assets/pics/brainmade-88x31-dark.png differ diff --git a/create-site.el b/create-site.el index f2bf291..7f5779e 100755 --- a/create-site.el +++ b/create-site.el @@ -100,8 +100,12 @@ (img (@ (class "column align-left") (src "/pics/CCLogoColorPop1.gif") (style "width: 40px") - (alt "Except where otherwise noted, this work is licensed under http://creativecommons.org/licenses/by/3.0/"))) - ) + (alt "Creative Commons"))) + (img (@ (class "column align-left") + (src "/pics/brainmade-88x31-dark.png") + (style "width: 60px") + (alt "brainmade.org"))) +) ) )