<a
href="https://www.val.town/v/${valSlug}"
rel="code-repository"
target="_blank"class="github-fork-ribbon"
data-ribbon="Code on Val Town"
title="Code on Val Town"
>
<a
href="https://www.val.town/v/${valSlug}"
rel="source"
target="_blank"class="github-fork-ribbon"
data-ribbon="Code on Val Town"
title="Code on Val Town"
>
Personally, I would pick the third option because val is not really a code-repository, and adding an extra link element kinnda feels wrong 🤷♂️
Can we make it machine-readable by decorating it with the appropriate
rel
attribute? 💡Possible ways to do that would be:
DCTerms.source
relation:code-repository
relationsource
relationPersonally, I would pick the third option because val is not really a code-repository, and adding an extra link element kinnda feels wrong 🤷♂️
Added the third option!
Awesome! Now I just need to build webextension to parse those
rel
-s and show the confetti effect on every detected occurrence 😎