add forum link

This commit is contained in:
Ben Harris 2018-02-13 00:48:23 -05:00
parent bb55a34c1c
commit eb0474e873
3 changed files with 12 additions and 0 deletions

3
forum/index.php Normal file
View File

@ -0,0 +1,3 @@
<?php
header("location:https://forum.tilde.team/");
die();

View File

@ -66,6 +66,8 @@
<i class="fa fa-link"></i> ~url-shortener~</a>
<a class="btn btn-default" href="https://social.tilde.team/">
<i class="fa fa-retweet"></i> ~mastodon~</a>
<a class="btn btn-default" href="https://forum.tilde.team/">
<i class="fa fa-comment"></i> ~forum~</a>
<br>
<hr>

7
news/010_forum.json Normal file
View File

@ -0,0 +1,7 @@
{
"published": true,
"date": "feb 2018",
"title": "<a href=\"https://forum.tilde.team\">tilde~forum</a>",
"author": "<a href=\"/~ben/\">~ben</a>",
"content": "hey all, we now have a <a href=\"https://forum.tilde.team\">forum</a>! log in with your tilde account and discuss :)"
}