summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-03-05 09:25:45 +0100
committerfranck cuny <franck@lumberjaph.net>2011-03-05 09:25:45 +0100
commit3efbf5cf6abb7596f504f43d488c7f15115b9d87 (patch)
tree8886e9cb4cac402084990b2f215fc18de684e816
parentchange font size for menus (diff)
downloadlumberjaph-3efbf5cf6abb7596f504f43d488c7f15115b9d87.tar.gz
update
Signed-off-by: franck cuny <franck@lumberjaph.net>
-rw-r--r--about/index.html2
-rw-r--r--index.html2
-rw-r--r--static/css/screen.css6
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>
diff --git a/index.html b/index.html
index 1160205..28f079b 100644
--- a/index.html
+++ b/index.html
@@ -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;