commit fad952bcc1d1dc8439e5aa411c66843cd202ed84
parent 679115c3db26ad80c37c8ada077a1ec882c120c1
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Wed, 8 Apr 2020 22:20:19 -0500
Markup e-content
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
@@ -6,6 +6,6 @@
- <a class="p-author h-card" href="{{ .Site.Author.url }}">{{ .Site.Author.name }}</a>
{{ with .Title }}<h1 class="p-name">{{ . }}</h1>{{ end }}
</header>
- {{ .Content }}
+ <div class="e-content">{{ .Content }}</div>
</main>
{{ end }}