Skip to content

Commit

Permalink
Merge branch 'master' into lperkins/new-site
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Aug 10, 2018
2 parents 18ebd19 + 9c8b974 commit d8cb497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: OpenMetrics
title: The OpenMetrics project — Creating a standard for exposing metrics data
baseurl: https://openmetrics.io
languagecode: en
disableKinds: [taxonomy, taxonomyTerm]
Expand Down
1 change: 1 addition & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="{{ .Site.LanguageCode }}">
<head>
{{- partial "meta.html" . }}
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
{{- partial "css.html" . }}
</head>
<body>
Expand Down

0 comments on commit d8cb497

Please sign in to comment.