Skip to content

Commit

Permalink
i need to figure out a better way of debugging this
Browse files Browse the repository at this point in the history
  • Loading branch information
GwenTastic committed May 3, 2024
1 parent 79663b9 commit 5f44e39
Show file tree
Hide file tree
Showing 3 changed files with 10 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.7
page_version: 1.3.8
app_version: 1.0.4
google_analytics: false
theme: jekyll-theme-dinky
6 changes: 4 additions & 2 deletions _layouts/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<meta name="viewport" content="initial-scale=1.0">
</head>
<body>
<h2>{{ title }}</h2>
<div class="changelog">{{ content }}</div>
<div class="entry">
<h2>{{ title }}</h2>
<div class="changelog">{{ content }}</div>
</div>
</body>
</html>
5 changes: 5 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,9 @@ blockquote.warning {
background-color: #300;
border: medium double #f36;
padding: 5px 5px 5px 10px;
}

.entry {
display: inline-block;

}

0 comments on commit 5f44e39

Please sign in to comment.