diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html index 7cb0056..3065419 100644 --- a/layouts/partials/site-navigation.html +++ b/layouts/partials/site-navigation.html @@ -1,5 +1,5 @@ - + {{ .Site.Title }} @@ -8,7 +8,7 @@ {{ range .Site.Menus.main }} - + {{ .Name }} diff --git a/layouts/partials/social-follow.html b/layouts/partials/social-follow.html index ad643f6..8f22096 100644 --- a/layouts/partials/social-follow.html +++ b/layouts/partials/social-follow.html @@ -1,21 +1,21 @@ {{ with .Site.Params.facebook }} - + {{ partial "svg/facebook.svg" (dict "size" "32px") }} {{ end }} {{ with .Site.Params.twitter }} - + {{ partial "svg/twitter.svg" (dict "size" "32px") }} {{ end }} {{ with .Site.Params.instagram }} - + {{ partial "svg/instagram.svg" (dict "size" "32px") }} {{ end }} {{ with .Site.Params.youtube }} - + {{ partial "svg/youtube.svg" (dict "size" "32px") }} {{ end }} diff --git a/readme.md b/readme.md index 9e1f7c3..2747438 100644 --- a/readme.md +++ b/readme.md @@ -24,5 +24,7 @@ includes examples of - partials - template layouts (type "article" uses a special list template, single template, and a content view) - tags +- len +- ge (greater than or equal to) accessible