Skip to content

Commit

Permalink
Merge pull request getpelican#597 from charlesreid1/patch-1
Browse files Browse the repository at this point in the history
add FAVICON variable to simple-bootstrap theme
  • Loading branch information
justinmayer authored Oct 18, 2018
2 parents f171735 + 78af9a1 commit 85d3427
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 85d3427

Please sign in to comment.