mirror of
https://github.com/safing/web
synced 2025-04-03 10:39:11 +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
|
||||
---
|
||||
|
||||
<section>
|
||||
<section class="general-layout">
|
||||
<div class="blogpod-container mt-80">
|
||||
<div class="blogpod-container-top">
|
||||
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
||||
|
@ -21,4 +21,4 @@ layout: page
|
|||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -3,7 +3,7 @@ title: The Safing Podcast
|
|||
layout: page
|
||||
---
|
||||
|
||||
<section>
|
||||
<section class="general-layout">
|
||||
<div class="blogpod-container mt-80">
|
||||
<div class="blogpod-container-top">
|
||||
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Safing Video Updates
|
|||
layout: page
|
||||
---
|
||||
|
||||
<section>
|
||||
<section class="general-layout">
|
||||
<div class="blogpod-container mt-80">
|
||||
<div class="blogpod-container-top">
|
||||
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue