Add web cliques to home page
This commit is contained in:
parent
a1864d6d1f
commit
b708a10275
|
@ -94,13 +94,8 @@ by Ann Magill (2021)") }}
|
|||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
<h2>Badges</h2>
|
||||
<div id="wcb" class="carbonbadge wcb-d">
|
||||
<noscript>
|
||||
<p>Looks like you have JavaScript disabled. JavaScript is required to display the <a href="https://www.websitecarbon.com/badge/">Website Carbon badge</a>.</p>
|
||||
</noscript>
|
||||
</div>
|
||||
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
||||
<h2>Web Cliques</h2>
|
||||
{% include "main/webcliques.njk" %}
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
|
@ -184,6 +179,16 @@ by Ann Magill (2021)") }}
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
<h2>Badges</h2>
|
||||
<div id="wcb" class="carbonbadge wcb-d">
|
||||
<noscript>
|
||||
<p>Looks like you have JavaScript disabled. JavaScript is required to display the <a href="https://www.websitecarbon.com/badge/">Website Carbon badge</a>.</p>
|
||||
</noscript>
|
||||
</div>
|
||||
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
<h2>Support Me</h2>
|
||||
{% include "main/support-me.njk" %}
|
||||
|
|
Loading…
Reference in New Issue