mirror of
https://github.com/safing/web
synced 2025-04-07 12:39:08 +00:00
Add general-layout class to index pages
This commit is contained in:
parent
4c2f2bdb37
commit
a3dffede85
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ title: Safing Blog
|
||||||
layout: page
|
layout: page
|
||||||
---
|
---
|
||||||
|
|
||||||
<section>
|
<section class="general-layout">
|
||||||
<div class="blogpod-container mt-80">
|
<div class="blogpod-container mt-80">
|
||||||
<div class="blogpod-container-top">
|
<div class="blogpod-container-top">
|
||||||
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
||||||
|
@ -21,4 +21,4 @@ layout: page
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: The Safing Podcast
|
||||||
layout: page
|
layout: page
|
||||||
---
|
---
|
||||||
|
|
||||||
<section>
|
<section class="general-layout">
|
||||||
<div class="blogpod-container mt-80">
|
<div class="blogpod-container mt-80">
|
||||||
<div class="blogpod-container-top">
|
<div class="blogpod-container-top">
|
||||||
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Safing Video Updates
|
||||||
layout: page
|
layout: page
|
||||||
---
|
---
|
||||||
|
|
||||||
<section>
|
<section class="general-layout">
|
||||||
<div class="blogpod-container mt-80">
|
<div class="blogpod-container mt-80">
|
||||||
<div class="blogpod-container-top">
|
<div class="blogpod-container-top">
|
||||||
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue