◊(Local Yarn Code "Diff")

Differences From Artifact [d3b4b700]:

To Artifact [da39e280]:


15
16
17
18
19

20
21
22
23
24
15
16
17
18
19
20
21
22
23
24
25





+





                     racket/base
                     racket/contract
                     racket/string
                     pollen/template
                     pollen/pagetree
                     txexpr
                     sugar/coerce))

@title{@filepath{snippets-html.rkt}}

@defmodule["snippets-html.rkt" #:packages ()]
73
74
75
76
77






78
79
80
81
82
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89





+
+
+
+
+
+





@defproc[(html$-article-close [footertext string?]) non-empty-string?]

Returns a string containing a closing @tt{<section>} tag, a @tt{<footer>} element containing
@racket[_footertext], and a closing @tt{<article>} tag. If @racket[_footertext] is empty, the
@tt{<footer>} element will be omitted.

@defproc[(html$-article-listing-short [web-path string?] [pubdate string?] [title string?])
non-empty-string?]

Returns a string of HTML for an article as it would appear in a listing context in “short” form
(date and title only).

@defproc[(html$-page-body-close) non-empty-string?]

Returns a string containing the page’s @tt{<footer>} and closing tags.