Skip to content

Commit

Permalink
Remove extra space after hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Sep 6, 2023
1 parent b5c9e88 commit 245000b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/_markup/render-heading.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ partial "hook/heading.html" (dict "level" .Level "text" .Text "anchor" .Anchor) }}
{{ partial "hook/heading.html" (dict "level" .Level "text" .Text "anchor" .Anchor) }}
2 changes: 1 addition & 1 deletion layouts/_default/_markup/render-link.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ partial "hook/link.html" (dict "dest" .Destination "text" .Text "title" .Title) }}
{{ partial "hook/link.html" (dict "dest" .Destination "text" .Text "title" .Title) }}

0 comments on commit 245000b

Please sign in to comment.