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