Zivmax
Zivmax
Update the usage of iframeResizer, and replace the deprecated `iFrameResize` with `iframeResize`. Closes #196
Page's contains iframe will cause this error in the console: ``` Uncaught TypeError: $(...).iFrameResize is not a function ``` But seems the iframe is still responsive.
This pull request addresses the issue where relative paths in the 404 page (`404.md` or `404.html`) are incorrectly resolved for non-root URLs. The fix ensures that the 404 page uses...
When using Jekyll, the 404 page (defined with `permalink: /404.html`) does not correctly resolve relative paths for non-root URLs. This issue occurs because Jekyll infers the relative paths based on...