diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-12-20 23:46:43 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-12-20 23:46:43 +0100 |
| commit | 1ac49bad28800a79b25c1e22112e71018901d3ba (patch) | |
| tree | 33f541b4f56bde1346990ec0302d91d91edbfe1d /templates | |
| parent | 5218def99b062dfd1021b73bcedc1ad4d9326517 (diff) | |
Link to plain text version
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index c4d1a48..b8f9213 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,6 +27,9 @@ </header> <main> <p> + This blog is also available in <a href="/index.txt">plain text</a>. + </p> + <p> → <a href="http://unlimited.pizza">home</a>. </p> {{~ it.posts: post}} |