dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add Serbian translation. (#826)
Тодор Богосављевић
12.00.2023
3823b38a0f4c05f4d4e0cc9c471b9e75d46faf95
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
head
/
alternative-output-formats.html
1
2
3
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
{{ end -}}