diff --git a/README.md b/README.md index 292f4f80..80d0387c 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ pygmentsUseClasses = true rss = true lastmod = true favicon = "/images/github.png" + headerIcon = "/images/GitHub-Mark-Light-32px.png" location = "China" [[params.links]] diff --git a/config.template.toml b/config.template.toml index c94c9068..44e881a4 100644 --- a/config.template.toml +++ b/config.template.toml @@ -21,6 +21,7 @@ pygmentsUseClasses = true rss = true lastmod = true favicon = "/images/github.png" + headerIcon = "/images/GitHub-Mark-Light-32px.png" location = "China" [[params.links]] diff --git a/layouts/partials/header.html b/layouts/partials/header.html index aaff6d95..caf6e9f6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,21 +2,13 @@
- - - - +
@@ -59,4 +46,4 @@
- \ No newline at end of file + diff --git a/static/images/GitHub-Mark-Light-32px.png b/static/images/GitHub-Mark-Light-32px.png new file mode 100644 index 00000000..628da97c Binary files /dev/null and b/static/images/GitHub-Mark-Light-32px.png differ