diff options
Diffstat (limited to '_layouts/docs.html')
| -rw-r--r-- | _layouts/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/docs.html b/_layouts/docs.html index a9e2ce5a4..f876055d7 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -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> |
