Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Námešný <namesny.matus@gmail.com>2017-10-18 12:28:06 +0300
committerGitHub <noreply@github.com>2017-10-18 12:28:06 +0300
commitf73b76b2512ec665e7d420a11d912c18ed3cc770 (patch)
tree3ff19fd07bbbf61a6a9d0b3d2dcae5bb41e54480 /layouts
parent5f0146c9781aa77618b6940ba3e069a8885e4605 (diff)
parente4065531f6227c46b5cef61cb5cf765fb89a4c63 (diff)
Merge pull request #26 from andschwa/non-upper-name
Use CSS to uppercase name
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 972d77b..eb7e346 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -18,7 +18,7 @@
{{ end }}
<div class="row">
<div class="col-xs-12 user-profile text-center">
- <h1 id="user-name">{{ upper .Site.Params.Name }}</h1>
+ <h1 id="user-name">{{ .Site.Params.Name }}</h1>
</div>
</div>
<div class="row">