Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 817 Bytes

tasks.md

File metadata and controls

26 lines (17 loc) · 817 Bytes
layout title
default
Tasks

{{ page.title }}

{% for page in site.pages %} {% if page.layout == "tasks" %}

{{ page.path }}

{{ page.content | markdownify | replace: '<ul>', '<ul class = "tasklist">' | replace: '<li>[ ]', '<li class = "box">' | replace: '<li>[x]', '<li class = "box_done">' | replace: '<h1> [ ]', '<h1 class = "milestone">' | replace: '<h2> [ ]', '<h2 class = "milestone">' | replace: '(!)', '<span class = "task_quite_important">!</span>' | replace: '(!!)', '<span class = "task_important">!</span>' | replace: '(!!!)', '<span class = "task_very_important">!</span>'}}

{% endif %} {% endfor %}