Skip to content

Commit

Permalink
Add todo page
Browse files Browse the repository at this point in the history
  • Loading branch information
hteumeuleu committed Sep 15, 2019
1 parent c252eab commit 2ef2b89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions todo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: To do
layout: default
---
<div class="post">
<div class="post-inside">
<h1>To do</h1>
<p>
Can I email is based on contributions. Want to help? Here are a few tasks you can help with, even if you know nothing about email development.
</p>
<h2 class="caniemail-list-title">Add links</h2>
<ul class="caniemail-list">
{% for feature in site.features %}
{% if feature.links.size == nil or feature.links.size == 0 %}
<li><a href="{{ feature.url }}">{{ feature.title | escape_once }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>

0 comments on commit 2ef2b89

Please sign in to comment.