diff options
author | Slávek Banko <[email protected]> | 2023-01-09 15:15:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-01-09 18:36:49 +0100 |
commit | 2f93a1e3d0e78d996ecc1bb750cc5370f29b5417 (patch) | |
tree | 47d535793f2baa16cc4f590b916fbba7258aae67 /index.php | |
parent | 93b692e4e3b4d141a32d8818854ba36e314a9b66 (diff) | |
download | website-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.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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(); |