This website requires JavaScript.
Explore
Help
Sign In
aditya
/
hugo-theme-introduction
Watch
1
Star
0
Fork
You've already forked hugo-theme-introduction
0
mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced
2024-11-15 01:19:44 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
826b4c2c9f
hugo-theme-introduction
/
layouts
/
partials
/
head
/
favicons.html
4 lines
93 B
HTML
Raw
Normal View
History
Unescape
Escape
Refactor config.toml
2018-07-20 12:45:36 +00:00
{{ with .Site.Params.favicon }}
Use abs URL every time
2018-07-20 15:27:32 +00:00
<
link
rel
=
"shortcut icon"
href
=
"{{ . | absURL }}"
>
Refactor config.toml
2018-07-20 12:45:36 +00:00
{{ end }}
Reference in a new issue
Copy permalink