some meta tags in files/$collection
This commit is contained in:
parent
a4002017b0
commit
b48984063b
@ -48,6 +48,11 @@ class FilesHandler extends request_handler {
|
||||
add_skin_strings([
|
||||
'files_search_results_count'
|
||||
]);
|
||||
if (!$folder_id && !$query)
|
||||
add_meta([
|
||||
'$title' => lang('meta_files_collection_title', lang('files_'.$collection->value.'_collection')),
|
||||
'$description' => lang('meta_files_'.$collection->value.'_description')
|
||||
]);
|
||||
|
||||
$vars = [];
|
||||
$text_excerpts = null;
|
||||
|
@ -27,6 +27,11 @@ meta_index_description: "This is the official web site of the book \"4in1\"."
|
||||
meta_files_title: "4in1 - Files"
|
||||
meta_files_description: "Large archive of files and documents that provide the evidentiary basis for the \"4in1\" investigation."
|
||||
|
||||
meta_files_collection_title: "4in1 - %s"
|
||||
meta_files_wff_description: "Searchable archive of declassified NSA documents relating to the career of William. F. Friedman. Over 52,000 pages in more than 7,500 files."
|
||||
meta_files_mdf_description: "Searchable archive of all Mercure de France journal issues of the 1920-1940 period."
|
||||
meta_files_baconiana_description: "Searchable archive of Baconiana almanac, containing all issues since 1886 to 2023."
|
||||
|
||||
# blog
|
||||
blog_new_post: "New post"
|
||||
blog_view_post: "View post"
|
||||
|
Loading…
x
Reference in New Issue
Block a user