Skip to content

Commit 8bdbc03

Browse files
fix(home): fix twitter link on main page (#48)
without the first ", this turns into a link to https://twitter.com/stackerbuild" which doesn't work. Signed-off-by: Michael McCracken <[email protected]>
1 parent de96fdb commit 8bdbc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

material/overrides/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="tx-hero__content">
1212
<h1>Stacker Build</h1>
1313
<p><strong>OCI-native</strong> container image builds, simplified </p>
14-
<a href=https://twitter.com/stackerbuild">
14+
<a href="https://twitter.com/stackerbuild">
1515
<span class="twemoji twitter">
1616
{% include ".icons/fontawesome/brands/twitter.svg" %}
1717
</span>

0 commit comments

Comments
 (0)