ryanburnette / eon

This is eon, it's a Hugo theme and custom Bulma implementation used for building websites.
ISC License
3 stars 1 forks source link

feature: add title to head #18

Closed coolaj86 closed 3 years ago

coolaj86 commented 3 years ago

Kinda like this, but with some ifs:

<head>
  <title>{{ .Page.Title }} {{ .Site.Title }}</title>
</head>