comparison sat_templates/templates/bulma/base/base.html @ 401:0e454358ca49

bulma: update `bulma` to version `1.0.2`
author Goffi <goffi@goffi.org>
date Wed, 02 Oct 2024 17:23:03 +0200
parents ff67c700405e
children 2bbcb7da56bc
comparison
equal deleted inserted replaced
400:140690a18b63 401:0e454358ca49
15 <head> 15 <head>
16 <meta charset="utf-8"> 16 <meta charset="utf-8">
17 <meta name="viewport" content="width=device-width, initial-scale=1"> 17 <meta name="viewport" content="width=device-width, initial-scale=1">
18 {# using SVG directly doesn't always play well with Bulma, so we also use the icon font #} 18 {# using SVG directly doesn't always play well with Bulma, so we also use the icon font #}
19 <link rel='stylesheet' type="text/css" href='{{media_path}}fonts/fontello/css/fontello.css'> 19 <link rel='stylesheet' type="text/css" href='{{media_path}}fonts/fontello/css/fontello.css'>
20 <link rel='stylesheet' type="text/css" href='{{build_path}}bulma_sat.css'> 20 <link rel='stylesheet' type="text/css" href='{{build_path}}bulma_libervia.css'>
21 21
22 {% if norobots %} 22 {% if norobots %}
23 <meta name="robots" content="noindex, nofollow"> 23 <meta name="robots" content="noindex, nofollow">
24 {% endif %} 24 {% endif %}
25 25