Skip to content

Commit

Permalink
Adding link to Ask page.
Browse files Browse the repository at this point in the history
  • Loading branch information
drtangible committed Aug 18, 2010
1 parent 8738fe6 commit e46b4a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions theme.html
Expand Up @@ -10,6 +10,7 @@

<meta name="text:Google Analytics ID" content="" />
<meta name="text:HTML Title" content="" />
<meta name="text:Ask Intro" content="Have a question?">

<meta name="color:Background" content="#E5E5E5">
<meta name="color:Content Background" content="#FFFFFF">
Expand Down Expand Up @@ -53,6 +54,7 @@
letter-spacing: 1px;
text-transform: lowercase;
font-variant: small-caps;
margin-bottom: 1em;
}

h3 {
Expand Down Expand Up @@ -359,6 +361,13 @@ <h1>
{block:Description}
<h2 class="description">{Description}</h2>
{/block:Description}

{block:AskEnabled}
<h2 class="description">
{text:Ask Intro}
<a href="/ask">{AskLabel}</a>.
</h2>
{/block:AskEnabled}
</div>

<div class="content_outer_wrapper">
Expand Down

0 comments on commit e46b4a6

Please sign in to comment.