diff options
Diffstat (limited to '')
| -rw-r--r-- | about/index.html | 2 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | static/css/screen.css | 6 |
3 files changed, 3 insertions, 7 deletions
diff --git a/about/index.html b/about/index.html index 9428702..8190557 100644 --- a/about/index.html +++ b/about/index.html @@ -39,7 +39,7 @@ layout: default <li><a itemprop="url" href="http://github.com/franckcuny">github</a></li> <li><a itemprop="url" href="http://twitter.com/franckcuny">twitter</a></li> <li><a itemprop="url" href="http://search.cpan.org/~franckc/">CPAN</a></li> - <li><a itemprop="url" href="http://pinboard.in/u:franck">pinboard</a></li> + <li><a itemprop="url" href="http://pinboard.in/u:franckcuny">pinboard</a></li> <li><a itemprop="url" href="http://fr.linkedin.com/pub/franck-cuny/1a/362/506">linkedin</a></li> </ul> </p> @@ -4,7 +4,7 @@ title: I'm a lumberjaph --- {% assign first_post = site.posts.first %} <div id="post"> - <h2 id="post_title"><a href="{{ page.url }}" rel="bookmark" title="{{ first_post.title }}">{{ first_post.title }}</a><span id="date">published <time datetime="{{ first_post.date }}" pubdate>{{ first_post.date | date_to_string }}</time></span></h2> + <h2 id="post_title"><a href="{{ first_post.url }}" rel="bookmark" title="{{ first_post.title }}">{{ first_post.title }}</a><span id="date">published <time datetime="{{ first_post.date }}" pubdate>{{ first_post.date | date_to_string }}</time></span></h2> <article> {{ first_post.content }} </article> diff --git a/static/css/screen.css b/static/css/screen.css index 2ae1650..db0938a 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -92,10 +92,6 @@ ul.posts span { } -.title .home { - font-size: 160%; -} - .site .title a { color: #a00; text-decoration: none; @@ -123,7 +119,7 @@ ul.posts span { } .site footer { - font-size: 80%; + font-size: 90%; color: #666; border-top: 4px solid #eee; margin-top: 2em; |
