Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MindPatch authored Sep 13, 2019
1 parent ec222d1 commit 69deda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2 class="section-heading">{{ entry.title }}</h2>
</a>
<h3>{{ entry.description }}</h3>
<p class="modal-content">{{ entry.text }}</p>
<span class="meta">Posted by <a href="#">Khaled </a> on {{ entry.d }}</span>
<span class="meta">Posted by <a href="#">Admin </a> on {{ entry.d }}</span>
{% endfor %}
</div>
</div>
Expand Down

0 comments on commit 69deda9

Please sign in to comment.