kevinschoon-pomo/www/layouts/index.html

16 lines
401 B
HTML
Raw Normal View History

2021-07-29 01:49:26 +02:00
{{ define "main" }}
2018-01-22 15:59:03 +01:00
<main>
<div class="intro">
2021-07-29 01:49:26 +02:00
<a href="https://github.com/kevinschoon/pomo"> <img class="tomato" src="/tomato.png" /> </a>
<h1> Pomo </h1>
<h1> Pomodoro Command Line Interface </h1>
<img class="demo" src="/demo.gif" />
2018-01-22 15:59:03 +01:00
</div>
<div class="readme">
{{ index .Site.Data.readme "content" | markdownify }}
</div>
</main>
2021-07-29 01:49:26 +02:00
{{ end }}