Skip to content

Commit

Permalink
Merge pull request prometheus#108 from lucperkins/lperkins/om-favicon
Browse files Browse the repository at this point in the history
Use OpenMetrics icon as favicon
  • Loading branch information
SuperQ authored Aug 15, 2018
2 parents 11fae21 + f907d7b commit 0065fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions website/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ params:
An effort to create an open standard for transmitting metrics at scale, with support for both [text representation](https://prometheus.io/docs/instrumenting/exposition_formats/#text-based-format) and [Protocol Buffers](https://developers.google.com/protocol-buffers/).
subdescription: |
OpenMetrics is **coming soon**. You can track the project's progress in the [OpenMetrics](https://github.com/OpenObservability/OpenMetrics) repository on GitHub or on the [OpenMetrics mailing list](https://groups.google.com/forum/m/#!forum/openmetrics).
favicon: /images/logo/logo.png
3 changes: 2 additions & 1 deletion website/layouts/partials/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
{{- $prodCss := $css | minify | fingerprint }}
<link rel="stylesheet" href="{{ $prodCss.RelPermalink }}" integrity="{{ $prodCss.Data.Integrity }}">
{{- end }}
<link rel="shortcut icon" href="{{ "/favicon.png" | relURL }}">
{{- $favicon := .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ $favicon | relURL }}">

0 comments on commit 0065fa5

Please sign in to comment.