Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Queen-codes committed Dec 20, 2024
1 parent 6a6127a commit ba86195
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions themes/vocabulary_theme/templates/blocks/featured-projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,26 @@ <h3><a href="{{ repo.url }}">{{ repo.english_name }}</a></h3>
{% endfor %}
</ul>
</article>

<!-- TODO: Reintroduce external links, tags, slack? -->

<!-- old HTML for reference commented out for now -->
<!-- <div class="external-links">
<a class="button is-text tiny" href="{{ repo.url }}">
<i class="icon github"></i>
<span class="link-content">Github Repository</span>
</a>
{% if repo.slack %}
<br>
<a class="button is-text tiny" href="https://creativecommons.slack.com/channels/{{ repo.slack }}">
<i class="icon slack"></i>
<span class="link-content">Slack channel (#{{ repo.slack }})</span>
</a>
{% endif %}
</div> -->
<!-- old tags structure for reference commented out for now -->
<!-- <div class="labels">
{% for technology in repo.technologies %}
<button class="button tag">{{ technology }}</button>
{% endfor %}
</div> -->

0 comments on commit ba86195

Please sign in to comment.