Skip to content

Commit

Permalink
Centered all titles, fixed double title in posts
Browse files Browse the repository at this point in the history
  • Loading branch information
catalandres committed Jun 3, 2016
1 parent 09c6a62 commit 04e2cd7
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 31 deletions.
1 change: 0 additions & 1 deletion _layouts/default.html
Expand Up @@ -10,7 +10,6 @@
<div class="container-fluid">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<br/><h1 class="text-center">{{ page.title }}</h1><br/>
{{ content }}
</div>
</div> <!-- row -->
Expand Down
2 changes: 1 addition & 1 deletion _layouts/page.html
Expand Up @@ -4,7 +4,7 @@
<div class="post">

<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<h1 class="text-center">{{ page.title }}</h1><br/>
</header>

<article class="post-content">
Expand Down
4 changes: 2 additions & 2 deletions _layouts/post.html
Expand Up @@ -4,8 +4,8 @@
<div class="post">

<header class="post-header">
{% if page.link != nil %}<a href="{{page.link}}">{% endif %}<h1 class="post-title">{{ page.title }}</h1>{% if page.link != nil %}</a>{% endif %}{% if page.media != nil%} <span class="label label-primary">{{ post.media }}</span> {% endif %}
<p class="post-meta"><strong>{% if page.until %} Announcement posted on {{ page.date | date: "%B %-d, %Y" }} until {{ page.until | date: "%B %-d, %Y"}}{% else %}{{ page.date | date: "%B %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% endif %}</strong></p>
{% if page.link != nil %}<a href="{{page.link}}">{% endif %}<h1 class="post-title text-center">{{ page.title }}</h1>{% if page.link != nil %}</a>{% endif %}{% if page.media != nil%} <span class="label label-primary">{{ post.media }}</span> {% endif %}
<p class="post-meta text-center"><strong>{% if page.until %} Announcement posted on {{ page.date | date: "%B %-d, %Y" }} until {{ page.until | date: "%B %-d, %Y"}}{% else %}{{ page.date | date: "%B %-d, %Y" }}{% if page.author != "" %} • {{ page.author }}{% endif %}{% endif %}</strong></p>
</header>

<article class="post-content">
Expand Down
2 changes: 1 addition & 1 deletion about/become-member.md
@@ -1,6 +1,6 @@
---
title: Become a Member
layout: default
layout: page
area: community
---

Expand Down
2 changes: 1 addition & 1 deletion about/contact-us.md
@@ -1,6 +1,6 @@
---
title: Find Us Here
layout: default
layout: page
area: community
---

Expand Down
2 changes: 1 addition & 1 deletion about/email-signup.md
@@ -1,6 +1,6 @@
---
title: Email Signup
layout: default
layout: page
area: community
---

Expand Down
2 changes: 1 addition & 1 deletion about/newsletter.md
@@ -1,6 +1,6 @@
---
title: Newsletter Archive
layout: default
layout: page
area: community
---

Expand Down
2 changes: 1 addition & 1 deletion about/our-community.md
@@ -1,6 +1,6 @@
---
title: Our Community
layout: default
layout: page
area: community
---

Expand Down
2 changes: 1 addition & 1 deletion about/our-leadership.md
@@ -1,6 +1,6 @@
---
title: Our Leadership
layout: default
layout: page
area: community
---

Expand Down
2 changes: 1 addition & 1 deletion about/our-rabbi.md
@@ -1,6 +1,6 @@
---
title: Our Rabbi
layout: default
layout: page
area: community
---

Expand Down
2 changes: 1 addition & 1 deletion colophon.md
@@ -1,3 +1,3 @@
---
layout: default
layout: page
---
2 changes: 1 addition & 1 deletion contribute/dedicate.md
@@ -1,6 +1,6 @@
---
title: Dedication Opportunities
layout: default
layout: page
area: contribute
---

Expand Down
2 changes: 1 addition & 1 deletion contribute/donate.md
@@ -1,6 +1,6 @@
---
title: Make a Donation
layout: default
layout: page
area: contribute
---

Expand Down
2 changes: 1 addition & 1 deletion contribute/kiddush.md
@@ -1,6 +1,6 @@
---
title: Sponsor Kiddush
layout: default
layout: page
area: contribute
---

Expand Down
2 changes: 1 addition & 1 deletion contribute/shop.md
@@ -1,6 +1,6 @@
---
title: Shop with Mekor
layout: default
layout: page
area: contribute
---

Expand Down
2 changes: 1 addition & 1 deletion contribute/volunteer.md
@@ -1,6 +1,6 @@
---
title: Volunteer at Mekor
layout: default
layout: page
area: contribute
---

Expand Down
2 changes: 1 addition & 1 deletion kids/makom.md
@@ -1,6 +1,6 @@
---
title: Makom Community
layout: default
layout: page
area: learning
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/eat-in-cherryhill.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/eat-in-mainline.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/eat-in-northeast.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/eat-in.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/eat-out-cherryhill.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/eat-out-mainline.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/eat-out-northeast.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/eat-out.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/mikvaot-cherryhill.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/mikvaot-mainline.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/mikvaot-northeast.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion philadelphia/mikvaot.html
@@ -1,5 +1,5 @@
---
layout: default
layout: page
area: philadelphia
---

Expand Down
2 changes: 1 addition & 1 deletion social/sisterhood.md
@@ -1,6 +1,6 @@
---
title: Sisterhood
layout: default
layout: page
area: programs
---

Expand Down

0 comments on commit 04e2cd7

Please sign in to comment.