Fix empty div with lone separator char being created when post date, read time, tags and share toolbar are all turned off by page/site variables (showReadTime, showDate, showShare).
Fix global site variables showReadTime, showDate, showShare not being read when same page variables were not present. Now uses .Param function instead of .Params collection to read either page variable, if present, otherwise reads global site variable.
Fix excess separating dot when some or all post meta items are turned off. Now dot is only added between two items if previous item is present.
Improved separator dot spacing after "read time" meta field. Presently the separator dots are inside SPAN of each meta item class, each SPAN may have slightly different margins, making separator dot spacing to look a bit uneven.
Changes / fixes