boilerplate_insert_in_head
boilerplate_insert_in_head
, boilerplate_index_insert_in_head
, boilerplate_slideshow_insert_in_head
-- HTML tags to be inserted in the HEAD
sectionboilerplate_insert_in_head="" boilerplate_index_insert_in_head="" boilerplate_slideshow_insert_in_head=""
These three variables are can contain text which will be inserted into
the HEAD
section of generated web pages. This might
be used to add some Javascript, CSS specification, or meta tags.
As with boilerplate_before_title
,
boilerplate_after_title
, and
boilerplate_end_of_page
, this variable has
three versions. boilerplate_insert_in_head
will be used for all HTML pages. If you want to add something
to the header of only your index pages, you
should use boilerplate_index_insert_in_head
; to
insert something only on the slideshow pages
use boilerplate_slideshow_insert_in_head
.
Note that the boilerplate_insert_in_page
variable will not be used if
boilerplate_index_insert_in_head
or
boilerplate_slideshow_insert_in_head
is set—those
will take precedence for their given sets of pages.