Skip to content

Commit

Permalink
add FAVICON variable to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesreid1 authored May 14, 2018
1 parent 8b24460 commit 78af9a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simple-bootstrap/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<meta charset="utf-8" />
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
<link href="{{ SITEURL }}/theme/static/css/style.css" rel="stylesheet" />
{% if FAVICON %}
<link rel="shortcut icon" href="{{ SITEURL }}/{{ FAVICON }}" type="image/x-icon" />
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
{% if FEED_ALL_ATOM %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Full Atom Feed" />
Expand Down

0 comments on commit 78af9a1

Please sign in to comment.