Browse Source

Merge branch 'master' of https://github.com/themefisher/meghna-hugo

tags/v1.0.0
somrat 6 years ago
parent
commit
44ff8d6faf
2 changed files with 5 additions and 0 deletions
  1. 1
    0
      layouts/partials/head.html
  2. 4
    0
      layouts/partials/head_custom.html

+ 1
- 0
layouts/partials/head.html View File

<link rel="stylesheet" href="{{ . | absURL }}"> <link rel="stylesheet" href="{{ . | absURL }}">
{{ end }} {{ end }}


{{- partial "head_custom.html" . }}
</head> </head>

+ 4
- 0
layouts/partials/head_custom.html View File

<!--
If you want to include any custom html just before </head>, put it in /layouts/partials/head_custom.html
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/head_custom.html doesn't exist.
-->

Loading…
Cancel
Save