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

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByeonggon Lee <gonny952@gmail.com>2018-11-12 19:46:28 +0300
committerByeonggon Lee <gonny952@gmail.com>2018-11-12 19:46:28 +0300
commitc61ebebc7084b9eaff33c79c7b0179ffdbf19fd1 (patch)
tree7dcf8fdf05739786d5dc20c70085d1e8e6734bb3 /layouts
parent7bd0a71833b7304a7ffc4dff609b8b9063851e01 (diff)
Applied google fonts
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 1bed889..cb41a70 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -7,9 +7,13 @@
<link rel="stylesheet" href="/css/hugo-apps-theme.css"/>
</head>
<body>
- <a href="{{ .Site.BaseURL }}">
- <h1> {{ .Site.Title }} </h1>
- </a>
+ <div class="apps-title">
+ <a href="../" style="float: left">Back</a>
+ <a href="{{ .Site.BaseURL }}" class="apps-title-title">
+ {{ .Site.Title }}
+ </a>
+ <hr/>
+ </div>
<div id="content">
{{- block "main" . }}{{- end }}
</div>