2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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
@@ -4,8 +4,8 @@ layout: default
<div class="container my-5">
<main class="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>