diff --git a/.DS_Store b/.DS_Store index 887d8821..46337518 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 12539808..1f95e1f2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Jekyll also uses the `Liquid` language as its templating language. Here are a co - https://zurb.com/university/lessons/176 * Internal links using custom collections `click here` +* To fix a whitespace issue when using a Jekyll includes remove the `-` on either end of the tag. `{% include external-link.html %}` instead of `{%- include external-link.html -%}` #### External Links * External links should use the `external-link` component via `{{% include external-link.html %}}` which includes a non-visual tag noting it goes external for enhanced accessibility `Rehan ButtOpens a new window` diff --git a/_config.yml b/_config.yml index 41f74889..4674dd15 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://rehanbutt.com" # the base hostname & protocol for your site -version: 7.13.0 +version: 7.13.1 version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava] # Build settings diff --git a/img/photography/dubai/.DS_Store b/img/photography/dubai/.DS_Store index 6c51aa95..fc23c428 100644 Binary files a/img/photography/dubai/.DS_Store and b/img/photography/dubai/.DS_Store differ