You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
411 B
HTML

{{ define "main" }}
<main>
<div class="intro">
<a href="https://github.com/kevinschoon/pomo"> <img class="tomato" src="/pomo/tomato.png" /> </a>
<h1> Pomo </h1>
<h1> Pomodoro Command Line Interface </h1>
<img class="demo" src="/pomo/demo.gif" />
</div>
<div class="readme">
{{ index .Site.Data.readme "content" | markdownify }}
</div>
</main>
{{ end }}