Skip to content

Commit

Permalink
🔥 Remove Instagram feed
Browse files Browse the repository at this point in the history
  • Loading branch information
kozodoi committed Nov 16, 2024
1 parent 0ac4641 commit dc64083
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,27 +80,13 @@ <h2 class="post-list-heading">{{ page.list_title }}</h2>
<!-- Social media feeds -->
<hr style="height:1px;border-width:0;color:rgb(50,50,50);background-color:rgb(50,50,50)">
<div class="one_row">
<div class="two_column">
<h2>Instagram</h2>
<div id="curator-feed-default-feed-layout"><a href="https://curator.io" target="_blank" class="crt-logo crt-tag">Powered by Curator.io</a></div>
<script type="text/javascript">
<h2>YouTube</h2>
<div id="curator-feed-youtube-feed-layout"><a href="https://curator.io" target="_blank" class="crt-logo crt-tag">Powered by Curator.io</a></div><!-- The Javascript can be moved to the end of the html page before the </body> tag --><script type="text/javascript">
(function(){
var i, e, d = document, s = "script";i = d.createElement("script");i.async = 1;
i.src = "https://cdn.curator.io/published/752e435e-202b-4a5d-87d6-be4916915ffb.js";
e = d.getElementsByTagName(s)[0];e.parentNode.insertBefore(i, e);
var i,e,d=document,s="script";i=d.createElement("script");i.async=1;i.charset="UTF-8";
i.src="https://cdn.curator.io/published/033e4235-c3a5-49e8-8df6-4f512dc5731c.js";
e=d.getElementsByTagName(s)[0];e.parentNode.insertBefore(i, e);
})();
</script>
</div>

<div class="two_column">
<h2>YouTube</h2>
<div id="curator-feed-youtube-feed-layout"><a href="https://curator.io" target="_blank" class="crt-logo crt-tag">Powered by Curator.io</a></div><!-- The Javascript can be moved to the end of the html page before the </body> tag --><script type="text/javascript">
(function(){
var i,e,d=document,s="script";i=d.createElement("script");i.async=1;i.charset="UTF-8";
i.src="https://cdn.curator.io/published/033e4235-c3a5-49e8-8df6-4f512dc5731c.js";
e=d.getElementsByTagName(s)[0];e.parentNode.insertBefore(i, e);
})();
</script>

<script src="/assets/js/mode_switcher.js"></script>
</div>

0 comments on commit dc64083

Please sign in to comment.