This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
theworstprogrammerever
mirror of
https://github.com/brettlangdon/theworstprogrammerever.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
always have site header shown
pull/1/head
Brett Langdon
11 years ago
parent
a6f6ba4e34
commit
ab28ec849c
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
contents/css/main.css
+1
-1
templates/article.jade
+2
-2
templates/layout.jade
+ 1
- 1
contents/css/main.css
View File
@ -87,7 +87,7 @@ hr {
margin
:
3em
0
5em
;
}
.
header
h1
{
.
header
h1
,
.
header
.
title
{
font-size
:
2
.
0em
;
text-align
:
center
;
font-weight
:
700
;
+ 1
- 1
templates/article.jade
View File
@ -7,7 +7,7 @@ block append vars
block prepend title
| #{ page.title + " - "}
block header
block
append
header
include author
h1= page.title
p.author
+ 2
- 2
templates/layout.jade
View File
@ -18,13 +18,13 @@ html(lang='en')
div.content-wrap
block header
div.logo
h1
h1
.title
a(href=locals.url)= locals.name
p.description= locals.description
div#content
div.content-wrap
block content
h2 Welcome to
zombocom
!
h2 Welcome to
The Worst Programmer Ever
!
footer
div.content-wrap
block footer
Write
Preview
Loading…
Cancel
Save