alpha
Login
or
Join now
utensil.tngl.sh
/
tech
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Utensil's technical posts in Chinese (mostly 2005-2020)
utensil.tngl.sh/tech/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tech
/
source
/
at
middleman
5 folders
utensil
fix(tech/home): use != image_tag (raw, not HTML-escaped) in haml
7w ago
134704cd
images
fix(tech/home): use != image_tag (raw, not HTML-escaped) in haml haml's '=' escapes the output, so '= image_tag …' rendered the literal '<img src=…>' text on the page instead of an actual <img> tag. Use '!=' to emit unescaped HTML — matches the surrounding '!= stylesheet_link_tag' pattern in the same template.
1 month ago
javascripts
Fix tag page rendering and JSON paths
2 months ago
layouts
Upgrade Ruby and Middleman stack
2 months ago
stylesheets
Upgrade Ruby and Middleman stack
2 months ago
tech
fix(tech/home): use != image_tag (raw, not HTML-escaped) in haml haml's '=' escapes the output, so '= image_tag …' rendered the literal '<img src=…>' text on the page instead of an actual <img> tag. Use '!=' to emit unescaped HTML — matches the surrounding '!= stylesheet_link_tag' pattern in the same template.
1 month ago