Эх сурвалжийг харах

added another condition to the template to cleanup output

Casey DeLorme 10 жил өмнө
parent
commit
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>