Mercurial > libervia-templates
comparison sat_templates/templates/bulma/base/base.html @ 405:5016fb0ff62f default tip
Blog redesign: work in progress redesign of the blog.
Some templates have been moved from chat to components to be re-used in other features,
like blog here.
Blog follows same global design as chat with a left panel to search/open blogs.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 21 May 2025 15:41:00 +0200 |
parents | 65c53ec5e777 |
children |
comparison
equal
deleted
inserted
replaced
404:66f98ee041d8 | 405:5016fb0ff62f |
---|---|
84 <link rel="icon" href="{{media_path}}icons/apps/64/sat.png"> | 84 <link rel="icon" href="{{media_path}}icons/apps/64/sat.png"> |
85 {% endblock favicon %} | 85 {% endblock favicon %} |
86 </head> | 86 </head> |
87 <body{{ {'onload': body_onload} | xmlattr }} class="{{' body--fullscreen' if full_screen_body}}{{' has-navbar-fixed-top' if menu_fixed_top}}"> | 87 <body{{ {'onload': body_onload} | xmlattr }} class="{{' body--fullscreen' if full_screen_body}}{{' has-navbar-fixed-top' if menu_fixed_top}}"> |
88 {% if atom_url is defined %} | 88 {% if atom_url is defined %} |
89 {{ icon_defs('feed') }} | 89 {{ icon_defs('rss') }} |
90 {% endif %} | 90 {% endif %} |
91 {% if loading_screen %} | 91 {% if loading_screen %} |
92 <div id="loading_screen" class="modal is-active"> | 92 <div id="loading_screen" class="modal is-active"> |
93 <div class="modal-background"></div> | 93 <div class="modal-background"></div> |
94 <div class="modal-content"> | 94 <div class="modal-content"> |