| OLD | NEW |
| 1 title=Blog | Acceptable Ads | 1 title=Blog | Acceptable Ads |
| 2 description=Keeping you up-to-date with everything related to acceptable ads. | 2 description=Keeping you up-to-date with everything related to acceptable ads. |
| 3 breadcrumb=Blog | 3 breadcrumb=Blog |
| 4 custom=1 | 4 custom=1 |
| 5 | 5 |
| 6 <style> | 6 <style> |
| 7 .card h3 | 7 .card h3 |
| 8 { | 8 { |
| 9 font-size: 20px; | 9 font-size: 20px; |
| 10 height: 70px; | 10 height: 70px; |
| 11 } | 11 } |
| 12 </style> | 12 </style> |
| 13 | 13 |
| 14 <div class="container" markdown="1"> | 14 <div class="container" markdown="1"> |
| 15 # {{blog-heading[Blog Heading] The official Acceptable Ads blog}} | 15 # {{blog-heading[Blog Heading] The official Acceptable Ads blog}} |
| 16 | 16 |
| 17 --- | |
| 18 | |
| 19 <div class="section" markdown="1"> | 17 <div class="section" markdown="1"> |
| 20 {{blog-paragraph1[Acceptable Ads Blog Paragraph 1] Stay connected.}} | 18 {{blog-paragraph1[Acceptable Ads Blog Paragraph 1] Stay connected.}} |
| 21 </div> | 19 </div> |
| 22 | 20 |
| 23 </div> | 21 </div> |
| 24 | 22 |
| 25 <? include blog/all-posts ?> | 23 <? include blog/all-posts ?> |
| OLD | NEW |