Преглед изворни кода

added another condition to the template to cleanup output

Casey DeLorme пре 10 година
родитељ
комит
6d0ef423fd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      template.tmpl

+ 1 - 1
template.tmpl

@@ -3,7 +3,7 @@
     <head>
         {{$depth := .Depth}}
         <meta charset="utf-8">
-        <title>{{.Name}} | sitename </title>
+        <title>{{if .Name}}{{.Name}} | {{end}}sitename </title>
         <link rel="stylesheet" type="text/css" href="{{$depth}}/css/main.css#{{.Version}}">
     </head>
     <body>