Skip to content

Commit

Permalink
Merge pull request #141 from DhruvaSambrani/master
Browse files Browse the repository at this point in the history
Update header.html to fix extra space
  • Loading branch information
szabodanika committed Mar 26, 2023
2 parents 86f18f3 + d8d0563 commit b27ac08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@
MicroBin {%- else %} {{ args.title.as_ref().unwrap() }} {%- endif %}
</b>

<a href="{{ args.public_path }}/" style="margin-right: 0.5rem; margin-left: 0.5rem">New
</a>
<a href="{{ args.public_path }}/" style="margin-right: 0.5rem; margin-left: 0.5rem">New</a>

<a href="{{ args.public_path }}/pastalist" style="margin-right: 0.5rem; margin-left: 0.5rem">List</a>

<a href="{{ args.public_path }}/info" style="margin-right: 0.5rem; margin-left: 0.5rem">Info</a>

<hr>

{%- endif %}
{%- endif %}

0 comments on commit b27ac08

Please sign in to comment.