From a8594e31f775466b2bba637748845318cb9db888 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Wed, 14 Feb 2024 12:12:12 -0500 Subject: [PATCH] remove unused attribute, commented out code --- src/Component/Thread/Intro.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Component/Thread/Intro.hs b/src/Component/Thread/Intro.hs index d27a377..789c0b8 100644 --- a/src/Component/Thread/Intro.hs +++ b/src/Component/Thread/Intro.hs @@ -47,21 +47,16 @@ intro site board thread post current_time = span_ , " " , time_ [ textProp "datetime" $ toMisoString $ show $ creation_time - , textProp "data-local" "true" , title_ $ toMisoString $ timeAgo current_time creation_time ][ text $ formatUTC creation_time ] , " " , a_ [ class_ "post_no" - -- , href_ $ toMisoString $ "#" ++ b_post_id , href_ $ toMisoString $ post_url <> "#" <> b_post_id - --, href_ "/leftypol/res/477700.html#477700" ][ "No." ] , a_ [ class_ "post_no" - -- , href_ $ toMisoString $ "#q" ++ b_post_id , href_ $ toMisoString $ post_url <> "#q" <> b_post_id - --, href_ "/leftypol/res/477700.html#q477700" ][ text $ toMisoString $ b_post_id ] ] )