Create Slider

This commit is contained in:
Jeremy Thomas
2024-06-24 03:25:58 +01:00
parent 7d92a2b872
commit 4a165737df
12 changed files with 339 additions and 41 deletions

View File

@@ -31,9 +31,9 @@ breadcrumb:
</div>
<div class="media-content">
<p class="title is-5">Use the <strong>HTML5 doctype</strong></p>
{% highlight html %}
<!doctype html>
{% endhighlight %}
{%- highlight html -%}
<!DOCTYPE html>
{%- endhighlight -%}
</div>
</article>