Skip to content

Commit

Permalink
Remove commented HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
njerig committed Mar 31, 2024
1 parent 3df1484 commit 6698354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _layouts/tag_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Projects</h2>
{% if project.image %}
<img src="{{ project.image }}" alt="{{ project.title }}">
{% endif %}
<h3><!--<a href="{{ project.url }}">-->{{ project.title }}<!--</a>--></h3>
<h3>{{ project.title }}</h3>
<p>{{ project.description }}</p>
<div class="tags">
{% for tag in project.tags %}
Expand Down
14 changes: 1 addition & 13 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,7 @@
{% if project.image %}
<img src="{{ project.image }}" alt="{{ project.title }}">
{% endif %}
<h3><!--<a href="{{ project.url }}">-->{{ project.title }}<!--</a>--></h3>
<!--
{% if project.start_date %}
<span class="date">{{ project.start_date }}
{% unless project.end_date == project.start_date %}
-
{% unless project.end_date == nil %}
{{ project.end_date }}
{% endunless %}
{% endunless %}
</span>
{% endif %}
-->
<h3>{{ project.title }}</h3>
<p>{{ project.description }}</p>
<div class="tags">
{% for tag in project.tags %}
Expand Down

0 comments on commit 6698354

Please sign in to comment.