Skip to content

Commit

Permalink
removed double insertion of post titles
Browse files Browse the repository at this point in the history
  • Loading branch information
GwenTastic committed May 3, 2024
1 parent 115af73 commit 2ebde8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Gwen[Tastic]'s Twee File Splitter
show_downloads: true
show_projectgit: false
owner_name: "{Gwen[♡].Tastic}"
page_version: 1.3.14
page_version: 1.3.15
app_version: 1.0.4
google_analytics: false
theme: jekyll-theme-dinky
2 changes: 1 addition & 1 deletion _layouts/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<div class="entry">
<h3>{{ post.title }} {{ post.date }}</h3>
<!-- <h3>{{ post.title }} {{ post.date }}</h3> -->
<div class="changelog">{{ content }}</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1 class="header">{{ site.title | default: site.github.repository_name }}</h1>
<div id="posts">
{% for post in site.posts %}
{% if post.tag == "changelog" %}
<h2> {{ post.title }} {{ post.title }}</h2>
<h2> {{ post.title }} {{ post.date }}</h2>
<span> {{ post.content }}</span>
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 2ebde8e

Please sign in to comment.