Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- {% capture domain %}{% if project.host == "gitea" %}git.benkurtovic.com{% else %}github.com{% endif %}{% endcapture %}
- {% capture user %}{% if project.host == "gitea" %}ben{% else %}earwig{% endif %}{% endcapture %}
- <li>
- <a class="underlined" href="https://{{ domain }}/{% if project.repo %}{{ project.repo }}{% else %}{{ user }}/{{ project.name }}{% endif %}">{{ project.name }}</a> <span class="subtitle"><i>({{ project.langs }} // started {{ project.started }}{% if project.incomplete %}<span class="incomplete"> // in development</span>{% endif %}{% if project.abandoned %}<span class="abandoned"> // abandoned</span>{% endif %})</i></span><br />
- <span class="subtitle">{{ project.description }}</span>
- </li>
|