Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ title: Notepad
description: "Blogging is fun"
logo: logo.png
disqus_shortname: hmfaysal
txtpen_sitename: hmfaysal
share: true
dropcap: true
# Change url to your domain. Leave localhost server or blank when working locally.
Expand Down
1 change: 1 addition & 0 deletions _includes/txtpen_comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script src="https://txtpen.com/embed.js?site={{site.txtpen_sitename}}" />
3 changes: 3 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ <h1 class="notepad-comments-header">Comments</h1>
</div>
</section>
{% endif %}
{% if site.txtpen_sitename and page.highlight != false %}
{% include txtpen_comments.html %}
{% endif %}
<div class="cf"></div>

{% include footer.html %}
Expand Down