diff --git a/src/pages/catchup.jsx b/src/pages/catchup.jsx index 6e9ece7f..5ca90137 100644 --- a/src/pages/catchup.jsx +++ b/src/pages/catchup.jsx @@ -1134,7 +1134,12 @@ function Catchup() { )} {!!title && ( -

+

{title}

)} @@ -1144,6 +1149,7 @@ function Catchup() { class="description" lang={language} dir="auto" + title={description} > {description}

diff --git a/src/pages/trending.jsx b/src/pages/trending.jsx index c107cc57..8c04359a 100644 --- a/src/pages/trending.jsx +++ b/src/pages/trending.jsx @@ -217,13 +217,23 @@ function Trending({ columnMode, ...props }) { )} {!!title && ( -

+

{title}

)} {!!description && ( -

+

{description}

)}