Files
hugo-profile/layouts/index.html
T
2022-02-05 10:34:48 +05:30

15 lines
338 B
HTML

{{ define "head" }}
<meta name="description" content={{ .Site.Params.description }}>
<!-- <link rel="stylesheet" href="/css/index.css" media="all"> -->
<!-- fontawesome -->
<script defer src="/fontawesome-5/all-5.15.4.js"></script>
{{ end }}
{{ define "title" }}
{{ .Site.Title }}
{{ end }}
{{ define "main" }}
{{ end }}