diff --git a/style.css b/style.css new file mode 100644 index 0000000..eb13cf2 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +span.shared-time { + display: unset; +} diff --git a/typography.php b/typography.php index 959a9d5..d3d1874 100644 --- a/typography.php +++ b/typography.php @@ -58,5 +58,6 @@ function typography_render ( &$a, &$o) { $lng = str_replace( $lng_long, $lng_id, $lng); $typo->settings["diacriticLanguage"] = $lng; $o['html'] = $typo->process($o['html']); + $a->page['htmlhead'] .= ''; unset($l); }