Finalize theme
This commit is contained in:
parent
91286e6577
commit
07e816219f
18 changed files with 109 additions and 64 deletions
|
@ -44,17 +44,20 @@
|
|||
<div class="container">
|
||||
<div class="row text-left">
|
||||
<div class="col-md-4">
|
||||
Theme:
|
||||
<a id="theme" href="https://github.com/hossainemruz/toha" target="#">Toha</a>
|
||||
<a id="theme" href="https://github.com/hossainemruz/toha" target="#">
|
||||
<img src="/assets/images/logos/logo-inverted.png">
|
||||
Toha
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-4">© 2019 Copyright.</div>
|
||||
<div class="col-md-4">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a>
|
||||
Powered by <a href="https://gohugo.io/">Hugo
|
||||
<img
|
||||
src="/assets/images/logos/hugo-logo-wide.svg"
|
||||
alt="Hugo Logo"
|
||||
height="18"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -12,5 +12,5 @@
|
|||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />
|
||||
|
||||
<!--================= fab-icon =========================-->
|
||||
<link rel="icon" type="image/png" href="{{ .Site.Params.logo }}" />
|
||||
<link rel="icon" type="image/png" href="/assets/images/logos/favicon.png" />
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
<nav class="navbar navbar-expand-xs top-navbar final-navbar shadow">
|
||||
<nav class="navbar navbar-expand-lg top-navbar final-navbar shadow">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{ .baseURL }}">{{ .title }}</a>
|
||||
<a class="navbar-brand" href="{{ .baseURL }}">
|
||||
<img src="/assets/images/logos/logo.png">
|
||||
{{- .title -}}
|
||||
</a>
|
||||
<button class="navbar-toggler navbar-light" type="button" {{ if .hasToggleButton }}onclick="toggleSidebar()"{{ end }}>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
<nav class="navbar navbar-expand-lg top-navbar initial-navbar" id="top-navbar">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{ .Site.BaseURL }}">{{- .Site.Title -}}</a>
|
||||
<a class="navbar-brand" href="{{ .Site.BaseURL }}">
|
||||
<img src="/assets/images/logos/logo-inverted.png" id="logo">
|
||||
{{- .Site.Title -}}
|
||||
</a>
|
||||
<button
|
||||
class="navbar-toggler navbar-dark"
|
||||
id="navbar-toggler"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue