You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix stylesheet HTML snippet for external renderers documentation (go-gitea#22435)
The documentation is missing the rel attribute. Neither Firefox nor
Chrome did use the linked file as CSS if rel="stylesheet" is not set.
The problem is described in issue go-gitea#22434.
Co-authored-by: silverwind <[email protected]>
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/external-renderers.en-us.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -192,5 +192,5 @@ And so you could write some CSS:
192
192
Add your stylesheet to your custom directory e.g `custom/public/css/my-style-XXXXX.css` and import it using a custom header file `custom/templates/custom/header.tmpl`:
0 commit comments