Tumblr themes free
Icon page theme tumblr html css.
<html>
<head>
<meta charset="utf-8">
<title>{block:TagPage}{Tag} | {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} | {/block:SearchPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="{Favicon}"/>
<link rel="alternate" type="application/rss+xml" href="{RSS}"/>
<link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}">
<link rel="stylesheet" href="https://static.tumblr.com/xeccbfq/9Qenv9yn8/normalize.min.css" />
<link rel="stylesheet" href Web page theme.
Every Tumblr theme, like any HTML website, needs a couple of elements.
Here is the basic HTML structure of the example theme built throughout the book with some Tumblr-only variables and blocks:
<!doctype html><html>
<head>
<meta charset="utf-8">
<title>{block:TagPage}{Tag} | {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} | {/block:SearchPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="{Favicon}"/>
<link rel="alternate" type="application/rss+xml" href="{RSS}"/>
<link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}">
<link rel="stylesheet" href="https://static.tumblr.com/xeccbfq/9Qenv9yn8/normalize.min.css" />
<link rel="stylesheet" href Web page theme.