Skip to content

Commit 1a8bdac

Browse files
committed
remove plausible
1 parent 486994c commit 1a8bdac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/common.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
@(define miami-cyan (make-style #f (list (attributes (list (cons 'style "color: #00CED1;"))))))
88
@(define miami-cyan-italic (make-style #f (list (attributes (list (cons 'style "color: #00CED1; font-style: italic;"))))))
99
@(define logo-style (make-style #f (list (attributes (list (cons 'style "float: right; margin: 10px;"))))))
10-
@(define title-with-css (make-style #f (list (attributes (list (cons 'style "color: #FF1493;"))) (make-css-addition "miami.css") (head-extra '(link ((rel "icon") (type "image/png") (href "brickell_research_logo.png")))) (head-extra '(script ((async "") (src "https://plausible.io/js/pa-XfWZJWhSNFPcmrC751VFJ.js")))) (head-extra '(script "window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};plausible.init()")))))
10+
@(define title-with-css (make-style #f (list (attributes (list (cons 'style "color: #FF1493;"))) (make-css-addition "miami.css") (head-extra '(link ((rel "icon") (type "image/png") (href "brickell_research_logo.png")))))))
1111
@(define footer-style (make-style #f (list (alt-tag "footer") (attributes (list (cons 'style "text-align: center; margin-top: 2rem; color: #00CED1; font-style: italic;"))))))
1212
@(define tagline-style (make-style #f (list (attributes (list (cons 'style "color: #00CED1; font-size: 1.3em; font-style: italic; display: block; margin-bottom: 1.5em;"))))))

0 commit comments

Comments
 (0)