-
{% for post in site.notes %}
{% if post.github %}
- {{ post.title }} - @{{ post.github | remove: "https://github.com/" }} {% elsif post.git %}
- {{ post.title }} - {{ post.git | remove: "https://" }} {% endif %} {% endfor %}
--- layout: page title: Code Repositories 💾 permalink: /code/ ---
Notes on the site with a link to a code repository. Usually refers to apps and other open source code.