Skip to content

Commit

Permalink
Add external links
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Oct 6, 2021
1 parent fd74bf8 commit b85670f
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</div>
<div class="social-links">
<a href="https://github.com/parcel-bundler/parcel" aria-label="GitHub">
<svg aria-hdiden="true" viewBox="0 0 20 20">
<svg aria-hidden="true" viewBox="0 0 20 20">
<title>GitHub</title>
<path
d="M10 0a10 10 0 0 0-3.16 19.49c.5.1.68-.22.68-.48l-.01-1.7c-2.78.6-3.37-1.34-3.37-1.34-.46-1.16-1.11-1.47-1.11-1.47-.9-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.9 1.52 2.34 1.08 2.91.83.1-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.94 0-1.1.39-1.99 1.03-2.69a3.6 3.6 0 0 1 .1-2.64s.84-.27 2.75 1.02a9.58 9.58 0 0 1 5 0c1.91-1.3 2.75-1.02 2.75-1.02.55 1.37.2 2.4.1 2.64.64.7 1.03 1.6 1.03 2.69 0 3.84-2.34 4.68-4.57 4.93.36.31.68.92.68 1.85l-.01 2.75c0 .26.18.58.69.48A10 10 0 0 0 10 0"
Expand Down Expand Up @@ -108,6 +108,29 @@
</ul>
</li>
{%- endfor -%}
<li>
<h3 id="external-heading">External Links</h3>
<ul aria-labelledby="external-heading">
<li>
<a href="https://v1.parceljs.org" target="_blank" rel="noopener">Parcel v1</a>
</li>
<li>
<a href="https://cottonbureau.com/products/parcel-t-shirt" target="_blank" rel="noopener">Swag store</a>
</li>
<li>
<a href="https://github.com/parcel-bundler/parcel" target="_blank" rel="noopener">GitHub</a>
</li>
<li>
<a href="https://npmjs.com/package/parcel" target="_blank" rel="noopener">npm</a>
</li>
<li>
<a href="https://twitter.com/parceljs" target="_blank" rel="noopener">Twitter</a>
</li>
<li>
<a href="https://discord.gg/XSCzqGRuvr" target="_blank" rel="noopener">Discord</a>
</li>
</ul>
</li>
</ul>
{% endif %}
</nav>
Expand Down

0 comments on commit b85670f

Please sign in to comment.