Changeset 69ea041 in at-w96k


Ignore:
Timestamp:
Sep 12, 2019, 3:35:48 AM (5 years ago)
Author:
Mikhail Kirillov <w96k.ru@…>
Branches:
master
Children:
2ded2d1
Parents:
c2fcab3
Message:

Add cc license

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • haunt.scm

    rc2fcab3 r69ea041  
    3131(define %cc-by-sa-link
    3232  '(a (@ (href "https://creativecommons.org/licenses/by-sa/4.0/"))
    33       "Creative Commons Attribution Share-Alike 4.0 International"))
     33      (img (@ (src "/images/cc.png")))))
    3434
    3535(define mini-theme
     
    5656                   ,body)
    5757              (footer
    58                (p (small "Работает на "
     58               (p (small "Работает на"
    5959                         (a (@ (href "https://dthompson.us/projects/haunt.html"))
    6060                            Haunt)
     
    6262                         (a (@ (href "https://www.gnu.org/software/guile/"))
    6363                            "Guile Scheme")))
    64                (p (small "© 2019 Mikhail Kirillov"))))))
     64               (p (small "© 2019 Mikhail Kirillov"))
     65               (p (,%cc-by-sa-link))))))
    6566         #:post-template
    6667         (lambda (post)
Note: See TracChangeset for help on using the changeset viewer.