Handbook
Glossary
add-atom-feed ( title url -- )
Furnace framework
»
Furnace presentation layer
»
HTML template interface
»
Boilerplate support
Prev:
write-style ( -- )
Next:
write-atom-feeds ( -- )
Vocabulary
html
.
templates
Inputs
title
a
string
url
a
string
or
url
Outputs
None
Word description
Adds an Atom feed link to the list of feeds in a master template. Usually called by child templates which need to insert an Atom feed link information in the
<head>
tag of the resulting HTML page.
Definition
USING:
arrays
namespaces
sequences
;
IN:
html.templates
:
add-atom-feed
( title url -- )
2array
atom-feeds
get
push
;