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
Currently there is a lot of copy/paste for headers and footers on all pages. Now that webpage is handled by nginx directly, maybe we should use SSI instead, which allows to do stuff like <!--# include file="footer.html" -->?
Currently there is a lot of copy/paste for headers and footers on all pages. Now that webpage is handled by nginx directly, maybe we should use SSI instead, which allows to do stuff like
<!--# include file="footer.html" -->
?https://nginx.org/en/docs/http/ngx_http_ssi_module.html
SSI is pretty standard thing, also supported by Apache, IIS, etc...
The text was updated successfully, but these errors were encountered: