mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add highlight
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
{% include head.html %}
|
||||
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
|
||||
{{ content }}
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -4,7 +4,7 @@ route: documentation
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
{% include navbar.html %}
|
||||
{% include navbar.html id="Documentation" %}
|
||||
</div>
|
||||
|
||||
<section class="hero is-primary">
|
||||
|
||||
Reference in New Issue
Block a user