diff options
| -rw-r--r-- | templates/en/archtoc.html | 1 | ||||
| -rw-r--r-- | templates/it/archtoc.html | 1 | ||||
| -rw-r--r-- | templates/ja/archtoc.html | 1 | ||||
| -rw-r--r-- | templates/no/archtoc.html | 1 | ||||
| -rw-r--r-- | templates/ru/archtoc.html | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/templates/en/archtoc.html b/templates/en/archtoc.html index 4670a7a5c..6969d5152 100644 --- a/templates/en/archtoc.html +++ b/templates/en/archtoc.html @@ -3,6 +3,7 @@ <HEAD> <title>The %(listname)s Archives</title> <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s </HEAD> <BODY BGCOLOR="#ffffff"> <h1>The %(listname)s Archives </h1> diff --git a/templates/it/archtoc.html b/templates/it/archtoc.html index dfcb60fd1..c9a473ec4 100644 --- a/templates/it/archtoc.html +++ b/templates/it/archtoc.html @@ -3,6 +3,7 @@ <HEAD> <title>Gli archivi della lista %(listname)s</title> <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s </HEAD> <BODY BGCOLOR="#ffffff"> <h1>Gli archivi della lista %(listname)s</h1> diff --git a/templates/ja/archtoc.html b/templates/ja/archtoc.html index 4beec9012..f647724d3 100644 --- a/templates/ja/archtoc.html +++ b/templates/ja/archtoc.html @@ -3,6 +3,7 @@ <HEAD> <title>%(listname)s Êݸ½ñ¸Ë</title> <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s </HEAD> <BODY BGCOLOR="#ffffff"> <h1>%(listname)s Êݸ½ñ¸Ë</h1> diff --git a/templates/no/archtoc.html b/templates/no/archtoc.html index d7d8eb01f..7d28b6143 100644 --- a/templates/no/archtoc.html +++ b/templates/no/archtoc.html @@ -3,6 +3,7 @@ <HEAD> <title>%(listname)s arkivet</title> <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s </HEAD> <BODY BGCOLOR="#ffffff"> <h1>%(listname)s arkivet </h1> diff --git a/templates/ru/archtoc.html b/templates/ru/archtoc.html index e0fb4f765..4719053fb 100644 --- a/templates/ru/archtoc.html +++ b/templates/ru/archtoc.html @@ -3,6 +3,7 @@ <HEAD> <title>áÒÈÉ× %(listname)s</title> <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s </HEAD> <BODY BGCOLOR="#ffffff"> <h1>áÒÈÉ× %(listname)s</h1> |
