9 lines
380 B
HTML
9 lines
380 B
HTML
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>
|
|
{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title
|
|
site.Title }}{{ end }}
|
|
</title>
|
|
<link rel="alternate" type="application/rss+xml" href="{{.Site.BaseURL}}/index.xml" title="Coding with Andrzej">
|
|
{{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }}
|