meta tags slight updates
This commit is contained in:
parent
05fb6fbffb
commit
128dc3841f
@ -107,7 +107,7 @@ function meta($ctx, $meta) {
|
|||||||
$s = '<meta';
|
$s = '<meta';
|
||||||
foreach ($item as $k => $v)
|
foreach ($item as $k => $v)
|
||||||
$s .= ' '.htmlescape($k).'="'.htmlescape($v).'"';
|
$s .= ' '.htmlescape($k).'="'.htmlescape($v).'"';
|
||||||
$s .= '>';
|
$s .= '/>';
|
||||||
$s .= "\n";
|
$s .= "\n";
|
||||||
return $s;
|
return $s;
|
||||||
}, $meta));
|
}, $meta));
|
||||||
|
@ -22,7 +22,7 @@ lang_ru: "Русский"
|
|||||||
|
|
||||||
# meta
|
# meta
|
||||||
meta_index_title: "4in1. Mask of Shakespeare, mysteries of Bacon, book by Cartier, secrets of the NSA"
|
meta_index_title: "4in1. Mask of Shakespeare, mysteries of Bacon, book by Cartier, secrets of the NSA"
|
||||||
meta_index_description: "This is the official web site of the book \"4in1\". The book has emerged as an outcome of many years of journalistic investigations, published as a series of articles over the last few years on the kiwi arXiv website."
|
meta_index_description: "This is the official web site of the book \"4in1\"."
|
||||||
|
|
||||||
# blog
|
# blog
|
||||||
blog_new_post: "New post"
|
blog_new_post: "New post"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user