mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 09:03:02 -04:00
@@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
- Main menu is now optional
|
- Main menu is now optional
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Site logo not linked to home page ([#13](https://github.com/jpanther/congo/issues/13))
|
||||||
|
|
||||||
## [1.3.0] - 2021-09-29
|
## [1.3.0] - 2021-09-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -6,12 +6,14 @@
|
|||||||
{{ if .Site.Params.Logo -}}
|
{{ if .Site.Params.Logo -}}
|
||||||
{{ $logo := resources.Get .Site.Params.Logo }}
|
{{ $logo := resources.Get .Site.Params.Logo }}
|
||||||
{{ if $logo }}
|
{{ if $logo }}
|
||||||
<img
|
<a href="{{ "/" | relURL }}">
|
||||||
src="{{ $logo.RelPermalink }}"
|
<img
|
||||||
width="{{ div $logo.Width 2 }}"
|
src="{{ $logo.RelPermalink }}"
|
||||||
height="{{ div $logo.Height 2 }}"
|
width="{{ div $logo.Width 2 }}"
|
||||||
alt="{{ .Site.Title }}"
|
height="{{ div $logo.Height 2 }}"
|
||||||
/>
|
alt="{{ .Site.Title }}"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user