summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-27 12:28:39 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-27 12:35:39 +0200
commit595dae709a0cf204d096c563f63af5ac2eb20006 (patch)
treeab3a35e5af06e01dbbb1fff9b9903ba050497ece /templates
parent92d8aadbadb5767f41342cd2958b8662ef0b8d96 (diff)
downloadobnam.org-595dae709a0cf204d096c563f63af5ac2eb20006.tar.gz
combine, simplify CSS style sheets
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 3f39ba7..1c5407a 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -5,7 +5,6 @@
<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>
<article class="page">