meta_tag

Name

meta_tag -- add a META header in the HEAD section of generated pages

Synopsis

     meta_tag=""
  

Description

You can have a META header added to all generated HTML files by setting this flag. The text should be the full, well formed META tag; makethumbs will blindly insert the value of meta_tag into the HEAD section of all HTML files.

See Also

boilerplate_insert_in_head , boilerplate_index_insert_in_head , boilerplate_slideshow_insert_in_head

Examples

     meta_tag="<meta name="robots" content="index,nofollow">"