Skip to content

Commit

Permalink
Dev Dependency Update
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Sep 10, 2024
1 parent 5ca5a61 commit 9f4d360
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 111 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/_markup/render-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
{{- with $url.Fragment }}{{ $fragment = printf "#%s" . }}{{ end -}}
{{- with .Page.GetPage $url.Path }}{{ $link = printf "%s%s" .RelPermalink $fragment }}{{ end }}{{ end -}}
{{- end -}}
<a href="{{ $link | safeURL }}" {{ with .Title}} title="{{ . }}" {{ end }}{{ if $isRemote }} target="_blank" rel="noopener"
{{ end }}>{{- .Text | safeHTML -}}</a>
<a href="{{- $link | safeURL -}}" {{ with .Title}} title="{{- . -}}" {{ end }}{{ if $isRemote }} target="_blank" rel="noopener"
{{ end }}>{{- .Text | safeHTML -}}</a>{{- /* trim whitespace */ -}}
Loading

0 comments on commit 9f4d360

Please sign in to comment.