This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function uncompletedNotes(notes) { | |
let notesInProgress = []; | |
for (let item of notes) { | |
item.todos.forEach((element) => { | |
if (element.done === false) { | |
notesInProgress.push(item); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="canonical" href="{{ canonical_url }}"> | |
<link rel="preconnect" href="https://cdn.shopify.com" crossorigin> | |
<!-- Google Tag Manager --> | |
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | |
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | |
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | |
})(window,document,'script','dataLayer','GTM-TDPDFDN');</script> | |
<!-- End Google Tag Manager --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% layout none %}<?xml version="1.0"?> | |
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0"> | |
{% paginate collection.products by 1000 %} | |
{%- case shop.currency -%} | |
{%- when 'USD' -%}{%- assign CountryCode = 'US' -%} | |
{%- when 'CAD' -%}{%- assign CountryCode = 'CA' -%} | |
{%- when 'GBP' -%}{%- assign CountryCode = 'GB' -%} | |
{%- when 'AUD' -%}{%- assign CountryCode = 'AU' -%} | |
{%- else -%}{%- assign CountryCode = 'US' -%} | |
{%- endcase -%} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Explanation in JS tab --> | |
<!-- The two texts --> | |
<div id="container"> | |
<span id="text1"></span> | |
<span id="text2"></span> | |
</div> | |
<!-- The SVG filter used to create the merging effect --> | |
<svg id="filters"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"products": { | |
"edges": [ | |
{ | |
"node": { | |
"id": "gid://shopify/Product/4334542749799", | |
"createdAt": "2019-11-01T16:35:14Z", | |
"description": "FIORENTINA RUBIA GALLEGA GUTREI GALICIA ROXA D’OURO 50 GIORNI DRYAGED. #THEBUTCHERDRYAGED 2019 GOLD WINNER - WORLD STEAK CHALLENGE. Regione del nord della Spagna. Si tratta della Galizia, un territorio ricco di pascoli con un clima umido e piovoso. Qui, si allevano dei bovini che appartengono ad una razza particolare: La Rubia (che significa “bionda”, per il colore del suo manto) è una bestia massiccia che solitamente pesa tra i 450 e i 500 kg. Questi bovini si differenziano dalle razze più comuni perché in media vivono dai 6 anni in su mentre in Italia tra i 16 e i 24 mesi. La particolarità di questa carne galiziana è il colore dorato del grasso, ottenuto grazie all’alimentazione dei bovini che consiste principalmente di mais, carote, |