瀏覽代碼

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>