Skip to content

Commit

Permalink
Fixed path bug for favicon on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Nov 8, 2015
1 parent 8491635 commit e812b7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/frontend/app/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<meta name="description" content="straw is a platform for real time search on streaming text data">
<meta name="author" content="Ryan Walker">
<link rel="icon" href="../static/assets/favicon.ico">

<title>Straw -- a platform for streaming search</title>

Expand Down
4 changes: 2 additions & 2 deletions src/frontend/app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="platform for real-time search on streaming text data">
<meta name="author" content="ryan walker">
<meta name="description" content="straw is a platform for real time search on streaming text data">
<meta name="author" content="Ryan Walker">
<link rel="icon" href="../static/assets/favicon.ico">

<title>Straw -- a platform for streaming search</title>
Expand Down

0 comments on commit e812b7a

Please sign in to comment.