|
@@ -8,7 +8,7 @@
|
|
{{if or (eq .Request.URL.Path "/") (eq .Request.URL.Path "/index.html")}}
|
|
{{if or (eq .Request.URL.Path "/") (eq .Request.URL.Path "/index.html")}}
|
|
<h1 class="site-name">{{.areaNode.Name}}招标网</h1>
|
|
<h1 class="site-name">{{.areaNode.Name}}招标网</h1>
|
|
{{else}}
|
|
{{else}}
|
|
- <h1 class="site-name">{{.areaNode.Name}}招标网</h1>
|
|
|
|
|
|
+ <h2 class="site-name">{{.areaNode.Name}}招标网</h2>
|
|
{{end}}
|
|
{{end}}
|
|
<p class="site-domain">{{.areaNode.Href | replace "https://" "" | replace "http://" ""}}</p>
|
|
<p class="site-domain">{{.areaNode.Href | replace "https://" "" | replace "http://" ""}}</p>
|
|
</div>
|
|
</div>
|