diff options
Diffstat (limited to '_template_.html')
| -rw-r--r-- | _template_.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/_template_.html b/_template_.html index a3b1130..83abb85 100644 --- a/_template_.html +++ b/_template_.html @@ -15,14 +15,15 @@ <!-- anon bib anonymity bibliography --> <title>%(title)s</title> -<link rel="stylesheet" type="text/css" href="./css/main.css" /> -<link rel="stylesheet" type="text/css" href="./css/pubs.css" /> +<link rel="stylesheet" type="text/css" href="%(root)s/css/main.css" /> +<link rel="stylesheet" type="text/css" href="%(root)s/css/pubs.css" /> </head> <body bgcolor="#ffffff" text="#000000" link="#bb0000" vlink="#990099" alink="#ff9900" > -<h1 align="center">Anonymity bibliography</h1> +<h1 align="center">%(short_title)s</h1> +<p align="center">%(otherbibs)s</p> <p align="center">%(choices)s</p> <!-- Table 1: contains the sidebar and the body. --> |
