diff options
Diffstat (limited to 'http/share/components/meta.upphtml')
| -rw-r--r-- | http/share/components/meta.upphtml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/http/share/components/meta.upphtml b/http/share/components/meta.upphtml index 445da4d..fbb0155 100644 --- a/http/share/components/meta.upphtml +++ b/http/share/components/meta.upphtml @@ -1,4 +1,11 @@ -<!-- Primary Meta Tags --> +#! +if [ -z "${NO_META}" ]; then +#! + <title>${TITLE}</title> -<meta name="title" content="${TITLE}" /> -<meta name="description" content="${DESCRIPTION}" /> +<meta name='title' content='${TITLE}' /> +<meta name='description' content='${DESCRIPTION}' /> + +#! +fi +#! |
