diff --git a/src/_includes/components/card.njk b/src/_includes/components/card.njk index f77911d..0198002 100644 --- a/src/_includes/components/card.njk +++ b/src/_includes/components/card.njk @@ -1,21 +1,23 @@
{{ blog.intro }}
+{{ blog.intro }}
{% endif %}© {{ credit }}
+ + {% eleventyImage image, alt or title, null, "eager", "feature" %} + {% endif %} + {% + if + credit + %} + +© {{ credit }}
{% endif %} {{ content | safe }} diff --git a/src/pages/built-with.njk b/src/pages/built-with.njk index 0f46ef8..0529ecf 100644 --- a/src/pages/built-with.njk +++ b/src/pages/built-with.njk @@ -9,9 +9,7 @@ grid: ---
- A list of sites based on / built with Eleventy Excellent.
-
- Add yours by submitting a
+ A list of sites based on / built with Eleventy Excellent. Add yours by submitting a
{{ designTokens.colors.description }}
- var(--color-{{ color.name | slugify }})
-
+ var(--color-{{ color.name | slugify }})
+
in variables.css. Some only change for dark theme.
- {{ color.property }}
-
+ {{ color.property }}
+
- {{ gradient.property }}
-
-
-
+ {{ gradient.property }}
+
+
+
{{ font.description }}
-Font Families: {{ font.value | join(', ')}}
-var(--font-{{ font.name | slugify }})
- {{ font.description }}
+Font Families: {{ font.value | join(', ') }}
+var(--font-{{ font.name | slugify }})
+
- {{ size.name }}- |
-
-
- {{ size.min }}px to {{ size.max }}px -var(--size-{{ size.name | slugify }})
-
- |
-
- {{ size.name }} - |
-
|---|---|---|
+ {{ size.name }}+ |
+
+
+ {{ size.min }}px to {{ size.max }}px +var(--size-{{ size.name | slugify }})
+
+ |
+
+ + {{ size.name }} + + |
+
- {{ space.name }}- |
-
-
- {{ space.min }}px to {{ space.max }}px -var(--space-{{ space.name | slugify }})
-
- |
- - - | -
|---|---|---|
+ {{ space.name }}+ |
+
+
+ {{ space.min }}px to {{ space.max }}px +var(--space-{{ space.name | slugify }})
+
+ |
+ + + | +