portfolio/themes/warwick_portfolio/layouts/partials/head.html

12 lines
645 B
HTML

<head>
<title>{{ if .Page.Title }}{{ .Page.Title }} - {{ end }}{{ .Site.Title }}</title>
{{$styles := resources.Get "css/main.css"}}
<link rel="stylesheet" type="" href="{{$styles.RelPermalink}}">
{{$background := resources.Get "js/background.js"}}
<script type="text/javascript" src="{{$background.RelPermalink}}" defer></script>
{{if .IsPage}}
<meta name="description" content="{{ .Summary | plainify }}">
{{else}}
<meta name="description" content="Warwick New's Portfolio and blog for showing off computer science projects in the areas of Games, Web Development, and Games Eduction at a University level">
{{end}}
</head>