~xdavidwu/xdavidwu.link

ref: 76a87799fd449829f44041b6ccd9d9fba1436f5c xdavidwu.link/_includes/gallery -rw-r--r-- 1.4 KiB
fd227da9 — Michael Rose 6 years ago
Add support to gallery helper for defining column layout

e.g. `{% include gallery id="gallery" layout="half" caption="2 column gallery caption" %}

Fixes #1821
8481dd43 — Michael Rose 7 years ago
Replace `absolute_url` with `relative_url`

Where it makes sense replace asset paths and navigation related paths with `relative_url` filter.

Leave SEO related `<head>` elements and social sharing links as `absolute_url`.

Fixes #1588
aba00c10 — Michael Rose 7 years ago
Fix Liquid syntax error: Expected id but found open_square in `"{{page.[include.id] }}"`
6c0144ff — Michael Rose 8 years ago
Merge branch 'release/4.0.4'

Conflicts:
	README.md
0625e157 — Michael Rose 8 years ago
Merge branch 'feature/theme-gem' into develop
254b40b8 — Michael Rose 8 years ago
Remove `prepend: "/"` from includes and add to image path's instead
d2685441 — Michael Rose 8 years ago
Replace base_path with `absolute_url` filter where possible
abab7666 — Michael Rose 8 years ago
Allow images to be placed in other folders
- Remove `images/` only restriction and encourage placement in `assets/images/` instead
fcbf18d5 — Michael Rose 8 years ago
Merge branch 'release/3.3.3'
47d84477 — Michael Rose 8 years ago
Fix gallery size bug
-  Improperly evaluated size of gallery arrays as strings and not integers
- Close #402
aecbd356 — Michael Rose 8 years ago
Merge branch 'release/3.2.3'
0b57806f — Michael Rose 8 years ago
Replace contains "http" with contains "://"
683410bd — Michael Rose 8 years ago
Merge branch 'release/3.2.2'

# Conflicts:
#	CHANGELOG.md
206fba36 — Michael Rose 8 years ago
Add support for gallery image captions in Magnific Popup overlays
- Apply optional `title` attribute to image anchors that trigger Magnific Popup overlays
- Close #334
1cce75a3 — Michael Rose 9 years ago
Merge branch 'release/3.0.0'
ad0a61b4 — Michael Rose 9 years ago
Merge branch 'feature/spit-and-polish' into develop
b642972d — Michael Rose 9 years ago
Rename variables to stay consistent with naming convention
c7ebe1d4 — Michael Rose 9 years ago
Merge branch 'feature/visual-refresh' into develop
5a14bfb9 — Michael Rose 9 years ago
Add .full image class for spanning the entire content container
856e86d4 — Michael Rose 9 years ago
Merge branch 'feature/refactor-includes-layouts' into develop
Next