File tree Expand file tree Collapse file tree
themes/hello-friend/layouts/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css " />
3333
3434<!-- Icons -->
35- < link
36- rel ="apple-touch-icon-precomposed "
37- sizes ="144x144 "
38- href ="{{ "img /apple-touch-icon-144-precomposed.png" | absURL }}"
39- />
4035{{ $favicon := or .Site.Params.favicon "img/favicon.png" }}
4136< link rel ="shortcut icon " href ="{{ if hasPrefix $favicon "http " }}{{ $favicon }}{{ else }}{{ $favicon | absURL }}{{ end }}" />
4237
Original file line number Diff line number Diff line change 2727< link rel ="stylesheet " href ="{{ "style.css " | absURL }}" />
2828
2929<!-- Icons -->
30- < link
31- rel ="apple-touch-icon-precomposed "
32- sizes ="144x144 "
33- href ="{{ "img /apple-touch-icon-144-precomposed.png" | absURL }}"
34- />
3530< link rel ="shortcut icon " href ="{{ "img /favicon.png" | absURL }}" />
3631
3732<!-- Fonts -->
You can’t perform that action at this time.
0 commit comments