You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return `Read ${content.join(" and ")} <em>(and more!)</em> on the <a href="/blog/">Eleventy Blog</a>.`;
41
+
return `Read ${content.join(" and ")} <em>(and more!)</em> on the <a href="/blog/">Eleventy Blog</a>.`;
42
42
}
43
43
</script>
44
44
@@ -59,11 +59,10 @@ function getHighlightedBlogPostContent(collection) {
59
59
<p>From a <a href="https://www.zachleat.com/web/build-benchmark/#benchmark-results">benchmark of ×4000 markdown files</a>. Learn more about <a href="/docs/performance/">Eleventy’s site and build performance</a>.</p>
60
60
61
61
<quick-start></quick-start>
62
-
63
62
<hr>
64
63
65
64
<div class="fullwidth-module">
66
-
<logo-cloud></logo-cloud>
65
+
<logo-cloud></logo-cloud>
67
66
</div>
68
67
69
68
<giant-docs-button></giant-docs-button>
@@ -88,11 +87,11 @@ function getHighlightedBlogPostContent(collection) {
0 commit comments