Skip to content

Commit

Permalink
Move .inner to layout
Browse files Browse the repository at this point in the history
Relates to #5
  • Loading branch information
benediktvaldez committed May 18, 2016
1 parent 5d6513c commit d664eec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/templates/index.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extends /templates/shared/_layout

block content
.inner: grid
grid
column.medium-8
p.text-large Samtök vefiðnaðarins eru fagsamtök þeirra er starfa að vefmálum á Íslandi. Samtökin hafa það að markmiði að miðla þekkingu og efla fagleg vinnubrögð í greininni.

Expand Down
3 changes: 2 additions & 1 deletion src/templates/shared/_layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ html.loading(svef-site='svef')
block header
include _header

block content
.inner
block content

block footer
include _footer
Expand Down
2 changes: 1 addition & 1 deletion src/templates/sink.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends /templates/shared/_layout

block content
.inner: grid
grid
column.large-8
include /templates/partials/_sink

0 comments on commit d664eec

Please sign in to comment.