Use Taffy-branded logo#428
Conversation
Remove 3rd party dependence (fav.farm) and use embedded PNG.
I added a non-repeatable background image to the H1 header. (I don't use LESS, so I'm not sure what to do there.)
✅ Deploy Preview for taffy-docs canceled.
|
|
Rather than embed it as a data-image twice, why not create a file and link to that? |
|
The data URIs are actually different. I used a smaller favicon generated by RealFavIconGenerator [https://realfavicongenerator.net/] and think I used an SVG for the logo. I reviewed the main source and noticed that two (2) CSS files were included using I can generate both static resource files if you'd prefer to use them instead. (I cropped the readme logo and submitted it to RealFaviconGenerator.) |
|
Yes, please. Let's use static files. |
qToArray built each row as a plain struct, so the key order depended on the CFML engine's hash order. Switching the row literal to [:] gives an ordered struct, which keeps the column order you see in the database or in the SELECT list. Callers that serialize rows to JSON now get predictable field order for free.
✅ Deploy Preview for taffy-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Use transparent PNG (using data URI) for favicon & H1 header on dashboard.