diff options
author | amzrk2 | 2020-05-06 22:58:45 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-06 22:58:45 +0800 |
commit | 30772e0dd8436062e325eda0f54e90f7e8696705 (patch) | |
tree | 2ed1000408743f555ec9a409d986af55b87237c6 /layouts/partials/header.html | |
parent | 41ef0bdcde0534402d430185052f4c553144487c (diff) | |
download | hugo-theme-fuji-30772e0dd8436062e325eda0f54e90f7e8696705.tar.gz hugo-theme-fuji-30772e0dd8436062e325eda0f54e90f7e8696705.tar.bz2 hugo-theme-fuji-30772e0dd8436062e325eda0f54e90f7e8696705.zip |
Sass structure full rebuild
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r-- | layouts/partials/header.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e4fcaae..3166a36 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,8 +1,10 @@ <header> <div class="container-lg clearfix"> - <div class="col-12 p-3"> - <a id="main-title" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> - {{ with .Site.Params.subTitle }}<span id="sub-title">{{ . }}</span>{{ end }} + <div class="col-12 link-primary"> + <a class="main-title" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> + {{ with .Site.Params.subTitle }} + <span class="sub-title">{{ . }}</span> + {{ end }} </div> </div> </header>
\ No newline at end of file |