summaryrefslogtreecommitdiff
path: root/source/_layouts/concept.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_layouts/concept.html')
-rw-r--r--source/_layouts/concept.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/_layouts/concept.html b/source/_layouts/concept.html
index 7a0849c..1523168 100644
--- a/source/_layouts/concept.html
+++ b/source/_layouts/concept.html
@@ -7,15 +7,15 @@ layout: "default"
Categories:
{% for category in categories %}
{% assign url = category | slugify %}
-<a href="/know/category/{{ url }}">{{ category }}</a>{% if forloop.last == false %},{% endif %}{% endfor %}.
+<a href="/know/category/{{ url }}">{{ category | smartify }}</a>{% if forloop.last == false %},{% endif %}{% endfor %}.
</p>
-<h1>{{ page.title }}</h1>
+<h1>{{ page.title | smartify }}</h1>
-{% capture markdown_after_katex %}
+{% capture content_after_katex %}
{% katexmm %}
{{ page.content }}
{% endkatexmm %}
{% endcapture %}
-{{ markdown_after_katex | markdownify }}
+{{ content_after_katex | markdownify }}