summaryrefslogtreecommitdiffstats
path: root/src/templates/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/entry.html')
-rw-r--r--src/templates/entry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/entry.html b/src/templates/entry.html
index 2355310..83dad5a 100644
--- a/src/templates/entry.html
+++ b/src/templates/entry.html
@@ -13,7 +13,7 @@
{% block content %}
<article itemscope itemtype="http://schema.org/Article"
- class="entry" id="entry:{{ page.id }}">
+ class="entry{% if page.dropcap %} dropcap{% endif %}" id="entry:{{ page.id }}">
<h2 itemprop="name" class="title">{{ page.title }}</h2>