Skip to content

Instantly share code, notes, and snippets.

@vranystepan
Created September 19, 2011 11:29
Show Gist options
  • Save vranystepan/1226327 to your computer and use it in GitHub Desktop.
Save vranystepan/1226327 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="author" content="Erwin Aligam - styleshout.com" />
<meta name="description" content="Site Description Here" />
<meta name="keywords" content="keywords, here" />
<meta name="robots" content="index, follow, noarchive" />
<meta name="googlebot" content="noarchive" />
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}
<meta name="text:Slogan" content="Your slogan here"/>
<meta name="text:Disqus Shortname" content=""/>
<meta name="text:Twitter Username" content=""/>
<meta name="text:Facebook Shortname" content=""/>
<meta name="if:Social Bar" content="1"/>
<meta name="if:Show Recent Comments" content="1"/>
<link rel="stylesheet" href="http://static.tumblr.com/tuwgrx5/Tgflrrkes/vectorlover.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<link rel="shortcut icon" href="{Favicon}">
</head>
<body>
<!-- wrap starts here -->
<div id="wrap">
<!--header -->
<div id="header">
<h1 id="logo-text"><a href="/" title="">{Title}</a></h1>
<p id="slogan">{text:Slogan}</p>
<div id="top-menu">
<p><a href="{RSS}">rss feed</a> | <a href="http://tumblr.com">login</a></p>
</div>
<!--header ends-->
</div>
<!-- navigation starts-->
<div id="nav">
<ul>
<li><a href="/">Home</a></li>
{block:HasPages}
{block:Pages}
<li><a href="{URL}" title="{Label}">{Label}</a></li>
{/block:Pages}
{/block:HasPages}
</ul>
<!-- navigation ends-->
</div>
<!-- content starts -->
<div id="content">
<div id="main">
{block:Posts}
{block:Title}
<h2><a href="{Permalink}" title="{Permalink}">{Title}</a></h2>
{/block:Title}
<p class="post-info">
{block:Text}Text | {/block:Text}
{block:Photo}Photo | {/block:Photo}
{block:Photoset}Photoset | {/block:Photoset}
{block:Quote}Quote | {/block:Quote}
{block:Link}Link | {/block:Link}
{block:Chat}Chat | {/block:Chat}
{block:Video}Video | {/block:Video}
{block:Audio}Audio | {/block:Audio}
Posted by <a href="{PostAuthorURL}">{PostAuthorName}</a>
{block:HasTags}
| Filed under
{block:Tags}
<a href="{TagURL}">{Tag}</a>&nbsp;
{/block:Tags}
{/block:HasTags}
</p>
{block:Text}
<div class="quote-desc">{Body}</div>
{/block:Text}
{block:Photo}
<div class="quote-desc">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" style="float: none"/>{LinkCloseTag}</div>
<div class="quote-desc">{Caption}</div>
{/block:Photo}
{block:Photoset}
<div class="quote-desc">{Photoset-500}</div>
{block:Caption}
<div class="quote-desc">{Caption}</div>
{/block:Caption}
{/block:Photoset}
{block:Quote}
<blockquote>{Quote}</blockquote>
{block:Source}
<div class="quote-desc">{Source}</div>
{/block:Source}
{/block:Quote}
{block:Link}
<p><a href="{URL}" {Target}>{Name}</a></p>
{block:Description}
<div class="quote-desc">{Description}</div>
{/block:Description}
{/block:Link}
{block:Chat}
<ul class="chat">
{block:Lines}
<li class="{Alt} user_{UserNumber}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
{/block:Chat}
{block:Video}
<div class="quote-desc">{Video-500}</div>
{block:Caption}
<div class="quote-desc">{Caption}</div>
{/block:Caption}
{/block:Video}
{block:Audio}
<div class="quote-desc">{AudioPlayerBlack}</div>
{block:Caption}
<div class="quote-desc">{Caption}</div>
{/block:Caption}
{/block:Audio}
<p class="post-footer">
<a href="{Permalink}" class="readmore">Read more</a> |
{block:Date}{block:ifDisqusShortname}<a class="dsq-comment-count" id="comments" href="{Permalink}#disqus_thread">Comments</a> | {/block:ifDisqusShortname}{/block:Date}
{block:Date}
<span class="date">{Month} {DayOfMonth}, {Year}</span>
{/block:Date}
{block:Permalink}
{block:NoteCount}
| {NoteCountWithLabel}
{/block:NoteCount}
{/block:Permalink}
</p>
<hr style="margin-top: 20px; margin-bottom: 20px; color: #EEEEEE; border: none 0; border-top: 2px dashed">
{block:ifDisqusShortname}
{block:Date}
<script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>
{block:Permalink}
<div id="disqus_thread"></div>
<script type="text/javascript">
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://hlava22.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=hlava22">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
{/block:Permalink}
<script type="text/javascript">
var disqus_shortname = '{text:Disqus Shortname}';
(function () {
var s = document.createElement('script'); s.async = true;
s.src = 'http://hlava22.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
{/block:Date}
{/block:ifDisqusShortname}
{/block:Posts}
{block:PreviousPage}
<a href="{PreviousPage}">&#171; Previous</a>
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}">Next &#187;</a>
{/block:NextPage}
{block:NoSearchResults}
<h2>No results found for '{SearchQuery}'</h2>
<p>Please try it again ...</p>
{/block:NoSearchResults}
<!-- main ends -->
</div>
<div id="sidebar">
{block:Description}
<h3>About</h3>
<div class="desc">{Description}</div>
{/block:Description}
<h3>Search</h3>
<form id="qsearch" action="/search" method="get" >
<p>
<label for="qsearch">Search:</label>
<input class="tbox" type="text" name="q" value="{SearchQuery}" title="Start typing and hit ENTER" />
<input class="btn" alt="Search" type="image" name="searchsubmit" title="Search" src="http://static.tumblr.com/tuwgrx5/JTBlrr8f0/search.gif" />
</p>
</form>
{block:ifSocialBar}
<h3>Social life</h3>
<p>
{block:ifTwitterUsername}<a href="http://twitter.com/{text:Twitter Username}"><img src="http://static.tumblr.com/tuwgrx5/viZlrrf0g/twitter-icon.png" alt="twitter" /></a>{/block:ifTwitterUsername}
{block:ifFacebookShortname}<a href="http://facebook.com/{text:Facebook Shortname}"><img src="http://static.tumblr.com/tuwgrx5/Q7Slrrf4o/facebook-icon.png" alt="twitter" /></a>{/block:ifFacebookShortname}
<a href="{RSS}"><img src="http://static.tumblr.com/tuwgrx5/AVOlrrf7g/feed-icon.png" alt="twitter" /></a>
</p>
{/block:ifSocialBar}
{block:Following}
<h3>I'm following</h3>
<p>
{block:Followed}
<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-24}" alt="{FollowedName}" /></a>
{/block:Followed}
</p>
{/block:Following}
<!-- sidebar ends -->
</div>
<!-- content ends-->
</div>
<!-- footer starts -->
<div id="footer">
<p>
&copy; {Title}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://www.bluewebtemplates.com/" title="Website Templates">website templates</a> by <a href="http://www.styleshout.com/">styleshout</a> |
Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> |
Tumblrized by <a href="http://vrany.name">Štěpán Vraný</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/">Home</a>&nbsp;|&nbsp;
<a href="{RSS}">RSS Feed</a>
</p>
<!-- footer ends-->
</div>
<!-- wrap ends here -->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment