2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Use Jekyll's smartify filter when possible. (#24866)

This commit is contained in:
XhmikosR
2017-11-25 02:13:39 +02:00
committed by GitHub
parent 3de46286b2
commit 02e4f6e513
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -25,8 +25,8 @@
{% endif %}
<main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
<h1 class="bd-title" id="content">{{ page.title }}</h1>
<p class="bd-lead">{{ page.description }}</p>
<h1 class="bd-title" id="content">{{ page.title | smartify }}</h1>
<p class="bd-lead">{{ page.description | smartify }}</p>
{% include ads.html %}
{{ content }}
</main>