Skip to content

Commit

Permalink
🎨 style: Remove extra newlines in template files
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultyou committed Sep 30, 2024
1 parent f0bae58 commit df0d91e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/templates/readme_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ Welcome to the **Prompt Library**. This repository contains a collection of AI p
### {{ format_category(category) }}

{% for prompt in prompts %}

- [{{ prompt.title }}]({{ prompt.path }}) - {{ prompt.description }}
{% endfor %}

{% endfor %}

## 🚀 Getting Started
Expand Down
3 changes: 0 additions & 3 deletions .github/templates/view_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
### 🔧 Variables

{% for variable in metadata.variables %}

- `{{ variable }}`
{% endfor %}

Expand All @@ -24,7 +23,6 @@
### 🔖 Tags

{% for tag in metadata.tags %}

- {{ tag }}
{% endfor %}

Expand All @@ -35,7 +33,6 @@ Primary Category: {{ metadata.primary_category }}
{% if metadata.subcategories %}
Subcategories:
{% for subcategory in metadata.subcategories %}

- {{ subcategory }}
{% endfor %}
{% endif %}

0 comments on commit df0d91e

Please sign in to comment.