Skip to content

Commit

Permalink
added link to homepage on title
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan2904 committed Apr 19, 2017
1 parent 6a11d31 commit 652bb7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ a:hover {
color: #33bbdf;
}

h1 a {
text-decoration: none;
}

header, footer, div.page {
width: 760px;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Blog Atom Feed" />
<body>
<header>
<h1>TIGHTest</h1>
<h1><a href="/">TIGHTest</a></h1>
<nav>
<ul class="nav navbar-nav">
<li{% if this._path == '/' %} class="active"{% endif
Expand Down

0 comments on commit 652bb7f

Please sign in to comment.