Skip to content

Commit c024b88

Browse files
committed
removed shadow from social share icons
1 parent bf293af commit c024b88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core_blog/templates/core_blog/post_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2 class="subheading">{{ post.description }}</h2>
6969
<div class="container">
7070
<div class="row">
7171
<div class="post_detail col-lg-8 col-md-10 mx-auto">
72-
{{ post.content | safe }}
72+
<span id="the_content">{{ post.content | safe }} </span>
7373
{% include "core_blog/blocks/social.html" %}
7474
{% disqus_show_comments %}
7575
</div>

static/app.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)