} and @tt{} tags and elements that immediately follow, such as
site header, logo and navigation.
-@defproc[(html$-article-open [title-specified-in-doc? boolean?] [title txexpr?] [pubdate string?])
-non-empty-string?]
+@defproc[(html$-article-open [pagenode pagenode?]
+ [title-specified-in-doc? boolean?]
+ [title txexpr?]
+ [pubdate string?])
+ non-empty-string?]
Returns the opening @tt{} tag and elements that immediately follow: permlink, publish date,
and opening @tt{} tag.
The @racket[_title-specified-in-doc?] form changes the HTML markup structure used.
@@ -75,15 +78,15 @@
Returns a string containing a closing @tt{} tag, a @tt{