Skip to content
Snippets Groups Projects
Commit 98fa0d23 authored by Raniere Silva's avatar Raniere Silva
Browse files

Merge pull request #245 from gvwilson/making-lesson-title-link-to-home-page

Modifying page template so that main title links to home page.
parents 0b29b124 39f10a78
Branches
Tags
No related merge requests found
......@@ -12,8 +12,12 @@
<article>
<div class="row">
<div class="col-md-10 col-md-offset-1">
$if(subtitle)$
<a href="index.html"><h1 class="title">$title$</h1></a>
<h2 class="subtitle">$subtitle$</h2>
$else$
<h1 class="title">$title$</h1>
$if(subtitle)$<h2 class="subtitle">$subtitle$</h2>$endif$
$endif$
$body$
</div>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment