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
titlea string
urla 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