Skip to content

Commit

Permalink
figuring out posts
Browse files Browse the repository at this point in the history
  • Loading branch information
GwenTastic committed May 3, 2024
1 parent 7142531 commit 39018f8
Show file tree
Hide file tree
Showing 3 changed files with 8 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.5
page_version: 1.3.6
app_version: 1.0.4
google_analytics: false
theme: jekyll-theme-dinky
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1 class="header">{{ site.title | default: site.github.repository_name }}</h1>
</section>

<section id="changelog">
{% include changelog.md %}
{{ site.posts | find: "tag", "changelog"}}
</section>

<footer>
Expand Down
7 changes: 6 additions & 1 deletion _includes/changelog.md → _posts/2024-05-03-changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Changelogs
---
layout: post
title: Changelogs
tag: changelog
---
## {{ title }}
### V 1.0.4
> Fixed `.tw3` and `.twee` file extensions being ignored for populating the Passage/Tags listboxes.

0 comments on commit 39018f8

Please sign in to comment.