Recent Replies
-
∞
@vincent Yes, it is correct now. And it has been wrong previously.
-
∞
@heyloura Now you’re just showing off. 😁 But for real, that’s cool.
-
∞
@vincent A party, you say!? Testing, testing.
- ∞
-
∞
@rnkn I pushed out the update to the non-default one last night, so you probably got it right afterwards. The default one trails behind the non-default by a bit…but it should get it soon as well.
-
∞
@rnkn Good catch. I’ll push out an update this week.
-
∞
@jonah Nice!
-
∞
@jsonbecker I agree on all of that. There would need to be a new standard introduced (and agreed upon by everyone), sites explicitly state which standard, and browsers support both standards. It won’t happen, but we can always dream.
-
∞
@jsonbecker That’s neat. Will solve a lot of issues people have otherwise solved with
first
,last
, and negative margins. But you’re right, adding layers upon layers of stuff is going to create some unfortunate messes as well. -
∞
@manton Any plan to add a Safari extension to the Mac/iOS apps for bookmarks?
-
∞
@jimmitchell Go for it!
-
∞
@mandaris Add this snippet to your theme or custom footer.
Where it says “Name Here,” add your name as it’s seen in the comment section. Once that’s done, all comments will have “highlighted-post” added as a class. You can build on this to not just be your own comments, but create your own badges or verified users as well.
-
∞
@apoorplayer Tiny them has a built in default dark mode that will be picked up when a system (or browser) is in dark mode. You can modify it in a similar way as the light mode version or disable with a few lines of css.
-
∞
@tylerknowsnothing Good strategy to be sure.
-
∞
@alexwolfe I’ve moved that direction a bit, but I don’t think I could fully do it. Between needing to be accessible to my wife/kids/parents, I also rely on security alerts and weather alerts.
-
∞
@gregmoore So far, I think that’s the right decision. In fact, I feel like everyone would enjoy it more if they started that way.
-
∞
@gregmoore Thank you!
-
∞
@jthingelstad Sounds like @tkorocks is a keeper!
-
∞
@drwalt @toddgrotenhuis Thank yall!
-
∞
@markstoneman @lmika @heyloura Thank you all!
-
∞
@michel Glad it’s working for you. I’ll still try to figure out what was going on though.
-
∞
@michel I’ll dive more into it tomorrow. But 0.117 should be the least problematic. Is it the same error message regarding Russian every time?
-
∞
@michel Can you double check that your running Hugo 0.117?
-
∞
@markstoneman Hmmm. I’m showing that the last code worked for you. It’s no longer visible when I load your site and I’m seeing the proper css as well.
-
∞
@markstoneman I didn’t realize it has some inline styling injected. The fix is easy though. Instead of the code above, this is what you need in your css.
.microblog_narration_button {display: none !important;}
That
!important
part tells it to override any other styling on that element.