summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-01-09 15:15:39 +0100
committerSlávek Banko <[email protected]>2023-01-09 18:36:49 +0100
commit2f93a1e3d0e78d996ecc1bb750cc5370f29b5417 (patch)
tree47d535793f2baa16cc4f590b916fbba7258aae67 /index.php
parent93b692e4e3b4d141a32d8818854ba36e314a9b66 (diff)
downloadwebsite-core-2f93a1e3d0e78d996ecc1bb750cc5370f29b5417.tar.gz
website-core-2f93a1e3d0e78d996ecc1bb750cc5370f29b5417.zip
Add links to @[email protected] Mastodon channel.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3f51808..2009ca1 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,9 @@ with a primary goal of retaining the function and form of traditional desktop co
</SPAN>
<P STYLE="text-align:center"><A HREF="screenshots.php">More Screenshots</A>
<P CLASS="spacer">
-<A HREF="rss.php"><IMG ALT="RSS Feed" SRC="media/tde-rss.png" ID="rssicon"></A><H2>Latest News</H2>
+<a href="rss.php" title="Website RSS"><img alt="RSS Feed" src="media/tde-rss.png" id="rssicon" /></a>
+<a href="https://floss.social/@tde" rel="me" title="Mastodon channel"><img alt="Mastodon channel" src="media/mastodon-icon.png" id="rssicon" /></a>
+<h2>Latest News</h2>
<?php
if ($handle = opendir('./news/')) {
$filenames = array();