Skip to content

Commit

Permalink
Remove unnecessary CSS styles and HTML elements (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
afnizarnur committed May 6, 2024
1 parent 97c7ae3 commit 3cdfbfc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions src/assets/styles/components/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@
white-space: nowrap;
}

li:first-child {
margin: 0 12px 0 0;
display: flex;
}

a {
text-decoration: none;
padding: 0;
Expand Down
4 changes: 1 addition & 3 deletions src/layouts/work.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ layout: base
{{ content | safe }}

<ul class="tag-list">
<li>
<small class="helper">Tags</small>
</li>

{% for i in tags %}
<li>
<a href="{{ '/work/tags/' + i | slugify | url }}">
Expand Down
4 changes: 1 addition & 3 deletions src/layouts/writing.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ layout: base
{{ content | safe }}

<ul class="tag-list">
<li>
<small class="helper">Tags</small>
</li>

{% for i in tags %}
<li>
<a href="{{ '/writing/tags/' + i | slugify | url }}">
Expand Down

0 comments on commit 3cdfbfc

Please sign in to comment.