mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-05 20:32:54 +02:00
Caroussel
This commit is contained in:
@ -63,5 +63,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{% if page.extra.carousel or section.extra.carousel %}<script type="text/javascript" src="/js/carousel.js"></script>{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
|
3
templates/shortcodes/carousel.html
Normal file
3
templates/shortcodes/carousel.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div id="{{ id | safe }}" class="carousel">
|
||||
{{ body | markdown | safe }}
|
||||
</div>
|
3
templates/shortcodes/carousel_item.html
Normal file
3
templates/shortcodes/carousel_item.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="carousel-item">
|
||||
{{ msg | safe }}
|
||||
</div>
|
Reference in New Issue
Block a user