Skip to content

Commit

Permalink
Favicon was big!
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 11, 2019
1 parent 0a7c5bf commit be680a4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon.png">
<title>{{ subtitle + ' - ' if subtitle}} Eleventy</title>
{%- set css %}
{% include 'index.css' %}
Expand Down
2 changes: 2 additions & 0 deletions docs/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ There are a couple of different ways you can tell Eleventy how you want to proce

If your file is called `example.liquid`—instead of `liquid`, this will be parsed as a `njk` Nunjucks template:

{% codetitle "example.liquid" %}

```
---
templateEngineOverride: njk
Expand Down
Binary file modified favicon.ico
Binary file not shown.
Binary file added img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be680a4

Please sign in to comment.