Skip to content

Commit

Permalink
fix comment param
Browse files Browse the repository at this point in the history
  • Loading branch information
tertek committed Jul 26, 2024
1 parent b917ce0 commit 221f499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#jekyll theme by https://github.com/chadbaldwin/chadbaldwin.github.io
title: "tertek's blog"
author: "Ekin Tertemiz"
description: "A simple blog about mostly code related stuff I come across during my work." # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post.
Expand All @@ -19,7 +20,7 @@ github_username: "tertek"
######### Nothing below needs to be changed (unless you know what you're doing) #########
#########################################################################################
theme: "minima"

enable_comments: true
rss: rss

kramdown:
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>

{% if site.comments_repo %}
{% if site.enable_comments %}
{% include comments.html %}
{% endif %}

0 comments on commit 221f499

Please sign in to comment.