added hebrew, statistics
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
{{if eq .Lang "heb"}}<link href="/public/hebrew.css" rel="stylesheet" type="text/css">{{end}}
|
||||
<title>{{ .ElementsData.Title }}</title>
|
||||
<link href="/public/mod.css" rel="stylesheet" type="text/css">
|
||||
<script src="/public/script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<body {{if eq .BodyClass "m"}} class="m"{{end}}>
|
||||
{{template "body" .}}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user