by loren_d_c » Wed Jan 11, 2012 11:58 am
The meta generator tag will be output after the first instance of 'head' found in the template. To get around this, you can put the <head> tag in a custom template include file and use [-- INCLUDE filename --] (note that this is WITHOUT the 'PROCESS' parameter, so ShopSite will not be parsing the include file's content, just dumping it into the page) in place of the <head> tag in your template.
Note that the meta generator tag is useful for supportability, since it also includes the ShopSite version and the name of the custom template used to create it, so consider leaving the <head> tag in the template, just comment out that line, that way you can easily see where to put it back in the future if you want to make sure the page is being generated via the template you think it should be.
-Loren