diff --git a/libs/timeline.css b/libs/timeline.css
index 428c846..43efc74 100644
--- a/libs/timeline.css
+++ b/libs/timeline.css
@@ -86,6 +86,10 @@ header img.avatar {
vertical-align: sub;
}
+header a span {
+ padding-left: 0.5rem;
+}
+
header p a,
header p a:visited {
/* font-weight: bold;*/
@@ -134,6 +138,7 @@ img.avatar {
height: 2.5rem;
width: 2.5rem;
object-fit: cover;
+ border: none;
}
a.author {
diff --git a/libs/twtxt.php b/libs/twtxt.php
index e8ab6ae..64631e1 100644
--- a/libs/twtxt.php
+++ b/libs/twtxt.php
@@ -408,9 +408,9 @@ function getTwtsFromTwtxtString($url) {
// that's why I leave the UTF-8 representation for future reference
$twtContent = str_replace("\u{2028}", "\n
\n", $twtContent);
- //$twtContent = replaceMarkdownLinksFromTwt($twtContent);
- //$twtContent = replaceImagesFromTwt($twtContent);
- $twtContent = Slimdown::render($twtContent);
+ $twtContent = replaceMarkdownLinksFromTwt($twtContent);
+ $twtContent = replaceImagesFromTwt($twtContent);
+ //$twtContent = Slimdown::render($twtContent);
$twtContent = replaceLinksFromTwt($twtContent); // TODO:
// Get and remove the hash
diff --git a/partials/header.php b/partials/header.php
index 49459de..3209c8c 100644
--- a/partials/header.php
+++ b/partials/header.php
@@ -40,20 +40,20 @@ $profile = getTwtsFromTwtxtString($config['public_txt_url']);
-
Recent twts in reply to #= $id ?>
+Recent posts in reply to #= $id ?>
+Recent posts from feeds followed by + '.$config['public_nick'].'@'. parse_url($profile->mainURL, PHP_URL_HOST).'