Skip to content

Commit

Permalink
Added Polish to html lang codes and localized permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davesantos committed Dec 14, 2011
1 parent d8ef2c9 commit e8ee837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tumblr.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{block:English}en{/block:English}{block:French}fr{/block:French}{block:German}de{/block:German}{block:Japanese}ja{/block:Japanese}{block:Italian}it{/block:Italian}{block:Spanish}es{/block:Spanish}">
<html lang="{block:English}en{/block:English}{block:French}fr{/block:French}{block:German}de{/block:German}{block:Japanese}ja{/block:Japanese}{block:Italian}it{/block:Italian}{block:Spanish}es{/block:Spanish}{block:Polish}pl{/block:Polish}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Expand Down Expand Up @@ -60,7 +60,7 @@ <h1 id="logo"><a href="/">{Title}</a></h1>
{block:NewDayDate}<p>{DayOfWeek}, {Month} {DayOfMonth}, {Year}</p>{/block:NewDayDate}
{block:SameDayDate}<p>{DayOfWeek}, {Month} {DayOfMonth}, {Year}</p>{/block:SameDayDate}
{/block:Date}
{block:IndexPage}<p><a href="{Permalink}" class="permalink">Permalink</a></p>{/block:IndexPage}
{block:IndexPage}<p><a href="{Permalink}" class="permalink">{lang:Permalink}</a></p>{/block:IndexPage}
{block:Text}
<div class="text">
{block:Title}<h3>{Title}</h3>{/block:Title}
Expand Down

0 comments on commit e8ee837

Please sign in to comment.