mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-21 20:42:48 +00:00
Add the block title
bzr-revno: 3
This commit is contained in:
parent
f40f65543f
commit
4a3109a8a2
@ -16,7 +16,7 @@ ${template_hooks['extra_head']()}
|
||||
<header class="header fixed clearfix navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-3">
|
||||
<div class="header-left clearfix">
|
||||
<div class="logo smooth-scroll">
|
||||
<a href="#banner"><img id="logo" src="/assets/images/logo.png" alt="OpenLP"></a>
|
||||
@ -27,7 +27,7 @@ ${template_hooks['extra_head']()}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-9">
|
||||
<div class="header-right clearfix">
|
||||
<div class="main-navigation animated">
|
||||
<nav class="navbar navbar-default" role="navigation">
|
||||
@ -64,14 +64,11 @@ ${template_hooks['extra_head']()}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<h1>The Blog</h1>
|
||||
<h1>Reflections and Projections</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
${permalink}
|
||||
-->
|
||||
% endif
|
||||
<div class="container" id="content">
|
||||
<div class="space"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user