This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro-site.git
commit 5db3370f10af5a95f3ef4a0e7c50df04900409dc Author: lprimak <[email protected]> AuthorDate: Mon Jul 6 19:04:39 2026 -0500 enh: added shiro 3.0.0 logo on the home page --- src/site/templates/index.ftl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/site/templates/index.ftl b/src/site/templates/index.ftl index 83ab22675..aec56244d 100644 --- a/src/site/templates/index.ftl +++ b/src/site/templates/index.ftl @@ -23,12 +23,7 @@ </div> <div class="col-md-6 col-sm-6 col-padded-top col-center"> - <div style="width: 100%; max-width: 272px; display: inline-block; text-align: center; margin-left: 50px; padding-bottom: 15px;"> - <iframe width="310" height="233" - src="https://www.youtube.com/embed/YJByiDvOhsc?rel=0" - allowfullscreen> - </iframe> - </div> + <img style="padding-bottom: 15px;" alt="Shiro 3.0.0 release" src="images/shiro-3.0.0-release.jpg"/> </div> </div>
