diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f959c..df7c2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for basic content pages - French translation ([#2](https://github.com/jpanther/lynx/pull/2)) +### Fixed + +- Minor styling issues + ## [1.0.0] - 2021-11-01 ### Added diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 99bd920..4c058e3 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,7 +2,7 @@ {{- partial "head.html" . -}}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}} diff --git a/layouts/index.html b/layouts/index.html index e5262a0..c86585d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -29,7 +29,7 @@ target="_blank" rel="me noopener noreferrer" >
- {{ partial "icon.html" $icon }}{{ $text }} + {{ partial "icon.html" $icon }}{{ $text | emojify }}
{{ end }}