aboutsummaryrefslogtreecommitdiff
path: root/top.html
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-10-07 12:13:12 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2019-10-07 12:16:59 +0200
commit59065ff6e02b605cddb55c15436b294f553c8619 (patch)
tree71768453bb50b772a607a012a03365eb2c4cf745 /top.html
parenta928def5ed6fff777d32a19c635274aa33635655 (diff)
downloadmansrv-59065ff6e02b605cddb55c15436b294f553c8619.tar.gz
mansrv-59065ff6e02b605cddb55c15436b294f553c8619.tar.bz2
Various improvements
* mansrv: Interpret material appearing between {% and %} in template files as Perl expression. Avoid using hardcoded URLs.
Diffstat (limited to 'top.html')
-rw-r--r--top.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/top.html b/top.html
index 768cefe..c53dc92 100644
--- a/top.html
+++ b/top.html
@@ -2,9 +2,9 @@
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
-<meta name="generator" content="@SERVER@ @VERSION@">
+<meta name="generator" content="{% "$PACKAGE $VERSION" %}">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>@TITLE@</title>
+<title>{% $TITLE %}</title>
</head>
<body>
<div id="content">

Return to:

Send suggestions and report system problems to the System administrator.