mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Add heading
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||
|
||||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ site.fontawesome }}">
|
||||
<link rel="stylesheet" href="{{ site.url }}/css/bulma-docs.css">
|
||||
|
||||
5
docs/_includes/heading.html
Normal file
5
docs/_includes/heading.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<hr style="margin-bottom: 0;">
|
||||
|
||||
<h3 id="{{ include.name | downcase }}" class="title" style="padding-top: 1.5rem;">
|
||||
{{ include.name }}
|
||||
</h3>
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="field is-grouped">
|
||||
<div id="meta" class="field is-grouped">
|
||||
|
||||
{% if include.new %}
|
||||
<div class="control">
|
||||
|
||||
Reference in New Issue
Block a user