middleman-newsletter 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/middleman-newsletter/kramdown.rb +2 -0
- data/middleman-newsletter.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f605c65d86d7f546a0dbc22b0e695c50b12791b9aa79de9c48f2ea3fd840bf6
|
4
|
+
data.tar.gz: ab42c18493f98fd4b551d420c3833f5b4a58c46c5a516cd392f687433ae99470
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b02b524040150d10fc5dd2bcd3da0ae19ef66c6e6e75111f97003732cab6e8221e3db0b3e27159c8a799271e90c89801eee57e00e6587a9f13694c3a9b1a26d
|
7
|
+
data.tar.gz: f37425cc729bc25aeb55876bb57d20e16756d949a071c7d36d2b4e3b61fca2b34ec28251fe2712ff08d65f59da2bd44924269c1af237f7f63f4b933df15331fa
|
@@ -48,6 +48,8 @@ module Middleman
|
|
48
48
|
attr = el.attr.dup
|
49
49
|
attr['class'] = ["max-width", *attr['class']].compact.join(' ')
|
50
50
|
link = attr.delete('src')
|
51
|
+
# Request from SEO meeting -- strip alt tag for emails
|
52
|
+
attr.delete('alt')
|
51
53
|
# Attempt to manually run the asset host extension, since it's dependent on pulling data
|
52
54
|
# from Rack normally, and we're directly rendering our content.
|
53
55
|
if scope.extensions[:asset_host]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: middleman-newsletter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Scarborough
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: middleman-core
|