brendan.mcdevitt.tech/_100-days-of-code/index.html

11 lines
215 B
HTML

<!DOCTYPE html>
<html>
<body>
{% for item in site.100-days-of-code %}
<h2>{{ item.title }}</h2>
<p>{{ item.description }}</p>
<p><a href="{{ item.url }}">{{ item.title }}</a></p>
{% endfor %}
</body>
</html>