citra-emu
/
citra-web
Archived
1
0
Fork 0

Optimise title

"Homepage" is unnecessary, and fragments out search results for
 the homepage. Further, dashes rather then pipes are used to clarify
 readability.
This commit is contained in:
James 2017-09-08 17:01:15 +10:00
parent 7e7d7c5a8d
commit c6e061fea7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<link href="{{ .Site.BaseURL }}/index.xml" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
<title>{{- if .IsHome }}Homepage{{- else }}{{ .Title }}{{- end }} | {{ .Site.Title }} | Nintendo 3DS Emulator</title>
<title>{{- if not .IsHome }}{{ .Title }} - {{- end }}{{ .Site.Title }} - Nintendo 3DS Emulator</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu|Dosis" rel="stylesheet">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css"/>