Skip to content

Commit

Permalink
maybe now it will work
Browse files Browse the repository at this point in the history
  • Loading branch information
GwenTastic committed May 3, 2024
1 parent 2ebde8e commit c7b5fb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 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.15
page_version: 1.3.16
app_version: 1.0.4
google_analytics: false
theme: jekyll-theme-dinky
13 changes: 0 additions & 13 deletions _layouts/changelog.html

This file was deleted.

5 changes: 4 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@ <h1 class="header">{{ site.title | default: site.github.repository_name }}</h1>
<div id="posts">
{% for post in site.posts %}
{% if post.tag == "changelog" %}
<div class="entry">
<h2> {{ post.title }} {{ post.date }}</h2>
<span> {{ post.content }}</span>
</div>
{% endif %}
{% endfor %}
{% endfor %}
</div>
</section>


<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
<p><small>Page Version: {{site.page_version}}</small></p>
Expand Down
1 change: 1 addition & 0 deletions _posts/2024-05-03-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: post
title: Changelog v1.0.4
tag: changelog
date: 03-05-2024
---
> Fixed `.tw3` and `.twee` file extensions being ignored for populating the Passage/Tags listboxes.

0 comments on commit c7b5fb1

Please sign in to comment.