From dd7670cf72b27c1b330d3732a483ca22e3a3db18 Mon Sep 17 00:00:00 2001 From: Sivaldo Date: Mon, 29 Jun 2026 18:36:52 -0300 Subject: Commit inicial --- layouts/partials/header.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 layouts/partials/header.html (limited to 'layouts/partials/header.html') diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..c29eabc --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,33 @@ + + + + {{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} + + + + {{ if or .Params.noindex (eq .Kind "404") }} + + {{ else }} + + {{ end }} + + {{ $desc := "Ave, meu nome é Sivaldo Davi e este é meu site na internet." }} + {{ with .Params.descricao }}{{ $desc = . }}{{ end }} + {{ if and (not .Params.descricao) (not .IsHome) }} + {{ with .Summary }}{{ $desc = . | plainify | truncate 160 }}{{ end }} + {{ end }} + + + + + + + + + + + + + + + -- cgit v1.2.3