Passage à Pico CSS avec classes
This commit is contained in:
parent
524bd9d737
commit
49c30aab8f
2 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@
|
|||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
||||
<link rel="preconnect" href="https://cdn.jsdelivr.net/">
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.fluid.classless.lime.min.css" />
|
||||
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.lime.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/blog.css' %}">
|
||||
{% block extra_css %}{# Override this in templates to add extra stylesheets #}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% wagtailuserbar %}
|
||||
<main>
|
||||
<main class="container-fluid">
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
{# Global javascript #}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{{ page.body|richtext }}
|
||||
</section>
|
||||
{% endif %}
|
||||
<section>
|
||||
<section class="grid">
|
||||
{% for link in page.links.all %}<a href="{{ link.link }}"><article>{{ link.title }}</article></a>{% endfor %}
|
||||
</section>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in a new issue