summaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-27 06:55:06 +0000
committerLars Wirzenius <liw@liw.fi>2021-08-27 06:55:06 +0000
commit9420b089cbad34ffdee30dda0459532c71a52526 (patch)
tree943f3b37c0d298491c287f44c6121b83edc7ada0 /templates/page.tmpl
parent0a4db253323b6d9c2199f9af6712c31736dbb6e7 (diff)
parented4ffac1bfd7a542ed94db58eebc11363b4b8449 (diff)
downloadsshca-web-9420b089cbad34ffdee30dda0459532c71a52526.tar.gz
Merge branch 'steps' into 'main'
blog: decision on scenario step implementation language See merge request larswirzenius/sshca-web!3
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index d3ef033..e8459cf 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -5,6 +5,7 @@
<title><TMPL_VAR TITLE></title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
+ <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
</head>
<body lang=en>
<article class="page">