fix broken docs links
This commit is contained in:
parent
1b2d22aa5a
commit
6dd356f9eb
|
@ -5,8 +5,8 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Pomo
|
||||
</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/pure.css">
|
||||
<link rel="stylesheet" href="/pomo/css/main.css">
|
||||
<link rel="stylesheet" href="/pomo/css/pure.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -15,10 +15,10 @@
|
|||
|
||||
<main>
|
||||
<div class="intro">
|
||||
<a href="https://github.com/kevinschoon/pomo"> <img class="tomato" src="/tomato.png" /> </a>
|
||||
<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="/demo.gif" />
|
||||
<img class="demo" src="/pomo/demo.gif" />
|
||||
</div>
|
||||
<div class="readme">
|
||||
<!-- raw HTML omitted -->
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
{{ .Site.Title }}
|
||||
{{- end }}
|
||||
</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/pure.css">
|
||||
<link rel="stylesheet" href="/pomo/css/main.css">
|
||||
<link rel="stylesheet" href="/pomo/css/pure.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
<main>
|
||||
<div class="intro">
|
||||
<a href="https://github.com/kevinschoon/pomo"> <img class="tomato" src="/tomato.png" /> </a>
|
||||
<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="/demo.gif" />
|
||||
<img class="demo" src="/pomo/demo.gif" />
|
||||
</div>
|
||||
<div class="readme">
|
||||
{{ index .Site.Data.readme "content" | markdownify }}
|
||||
|
|
Loading…
Reference in New Issue