diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 22:23:21 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 22:23:21 +0300 |
| commit | 02985b5387b9fcb181d2d89123665e24661482a7 (patch) | |
| tree | abd0a0db1695e4b103dcb154f34daf96b8537aca /templates/index.html | |
| parent | a09c7e5156ee730adfb636394b0382a3eeabb0b0 (diff) | |
Fix URL links
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 1d51734..5cf06c6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ </div> <div class="fl w-100 w-50-ns pa2"> <p class="intro">postmarketOS (<i>pmOS</i>), is a touch-optimized, pre-configured <a href="https://alpinelinux.org">Alpine Linux</a> that can be installed on smartphones and other mobile devices. The project is at very early stages of development and is not yet usable for most users.</p> - <p class="intro">For further details read our <a href="/blog/2017/05/26/intro/">introductory blog post</a>.</p> + <p class="intro">For further details read our <a href="{{ url_for('blog_post', y='2017', m='05', d='26', slug='intro') }}">introductory blog post</a>.</p> <p>Find us on:</p> <ul> <li><a href="https://github.com/postmarketOS">GitHub</a></li> |
