summaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.cgi b/index.cgi
index 6d7adef..d23a588 100755
--- a/index.cgi
+++ b/index.cgi
@@ -86,6 +86,7 @@ sub output_article {
my $tagcloud = get_tag_cloud();
my @status = ();
+ $template->param( script_name => $cgi->script_name() );
$template->param( archives => $archives );
$template->param( tagcloud => $tagcloud );
$template->param( theme => $blog_theme );