divider jekyll element added (#409)

divider jekyll element added
This commit is contained in:
Paweł Kuna
2019-12-09 16:58:15 +01:00
committed by GitHub
2 changed files with 22 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
<div class="hr-text{% if include.position %} hr-text-{{ include.position | downcase }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}">{{ include.text | default: 'Label' }}</div>