Skip to content

Commit 1e24f77

Browse files
committed
DOn't need this in template
1 parent dc9725e commit 1e24f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/head.gohtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{define "head"}}
22
<html>
33
<head>
4-
<title>{{if eq (version) "dev"}}dev: {{end}}{{$.Title}}</title>
4+
<title>{{$.Title}}</title>
55
<style type="text/css">
66
<!--
77
@import url("/main.css");

0 commit comments

Comments
 (0)