Skip to content

Commit

Permalink
GitHub links
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey committed Oct 26, 2024
1 parent 1943a68 commit 5eef734
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions petitbonhomme/manage/additem.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

<h1>Add a New Item</h1>

<p class="center-align">
<span class="button"><a href=https://github.com/Simon-Rey/PetitBonhomme/edit/main/petitbonhomme/_data/clothing_items.yml">To GitHub File</a></span>
</p>

{% assign used_images = '' %}
{% for item in site.data.clothing_items %}
{% assign used_images = used_images | append: item.image %}
Expand Down
2 changes: 1 addition & 1 deletion petitbonhomme/manage/logday.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1>Log a Day</h1>

<p class="center-align">
<span class="button"><a href="https://github.com/Simon-Rey/PetitBonhomme/blob/main/petitbonhomme/_data/day_logs.yml">To GitHub File</a></span>
<span class="button"><a href=https://github.com/Simon-Rey/PetitBonhomme/edit/main/petitbonhomme/_data/day_logs.yml">To GitHub File</a></span>
</p>

<div class="side-by-side-centered-wrapper">
Expand Down

0 comments on commit 5eef734

Please sign in to comment.