|
48 | 48 | </txp:if_search>
|
49 | 49 | </head>
|
50 | 50 | <txp:if_variable name="homepage">
|
51 |
| -<body itemscope itemtype="https://schema.org/WebPage"> |
| 51 | +<body itemscope itemtype="https://schema.org/WebPage" class="homepage"> |
52 | 52 | <txp:output_form form="body_header" />
|
53 | 53 | <main aria-label="Main content">
|
54 | 54 | <div class="wrapper-inner animation-wrapper">
|
@@ -123,35 +123,35 @@ echo '<a class="count-bubble" rel="external" href="https://github.com/textpatter
|
123 | 123 | <div class="container index-feature">
|
124 | 124 | <div class="layout-container">
|
125 | 125 | <div class="layout-4col">
|
126 |
| - <h3 class="index-feature-foundations">Built on solid foundations</h3> |
| 126 | + <h2 class="index-feature-foundations">Built on solid foundations</h2> |
127 | 127 | <p>Textpattern CMS is completely free, open source software and it's built upon proven web technologies too. Furthermore, it doesn’t muddy your HTML with additional code dependencies or script libraries.</p>
|
128 | 128 | </div>
|
129 | 129 | <div class="layout-4col">
|
130 |
| - <h3 class="index-feature-tags">Flexible tag-based templates</h3> |
| 130 | + <h2 class="index-feature-tags">Flexible tag-based templates</h2> |
131 | 131 | <p>Your designs—your code. Textpattern has a powerful tag-based template language that’s easy to learn and provides a wealth of ways to structure a website and manipulate content.</p>
|
132 | 132 | </div>
|
133 | 133 | <div class="layout-4col">
|
134 |
| - <h3 class="index-feature-speed">Fast, lean, secure and extendable</h3> |
| 134 | + <h2 class="index-feature-speed">Fast, lean, secure and extendable</h2> |
135 | 135 | <p>We purposefully keep the core of the CMS lean and responsive. However the system is fully extendable via plugins, of which there are hundreds available via our community of plugin authors.</p>
|
136 | 136 | </div>
|
137 | 137 | <div class="layout-4col">
|
138 |
| - <h3 class="index-feature-interface">Simple, elegant user interface</h3> |
| 138 | + <h2 class="index-feature-interface">Simple, elegant user interface</h2> |
139 | 139 | <p>Our design philosophy extends to the Textpattern core user interface too. We try to avoid needless clutter within the administration panels and we strive to make the interface fully accessible for all users.</p>
|
140 | 140 | </div>
|
141 | 141 | <div class="layout-4col">
|
142 |
| - <h3 class="index-feature-languages">Available in over 50 languages</h3> |
| 142 | + <h2 class="index-feature-languages">Available in over 50 languages</h2> |
143 | 143 | <p>The Textpattern core user interface has been localized into many languages. Of course, we always welcome further <a href="<txp:permlink id="301" />">translation by the community</a>. More translations are added all the time!</p>
|
144 | 144 | </div>
|
145 | 145 | <div class="layout-4col">
|
146 |
| - <h3 class="index-feature-community">Community-driven development</h3> |
| 146 | + <h2 class="index-feature-community">Community-driven development</h2> |
147 | 147 | <p>Over <txp:php>echo safe_strftime("%Y") - 2003;</txp:php> years of development has been lovingly poured into our CMS. The active, friendly and helpful <a href="https://forum.textpattern.com/">community</a> surrounding the platform ensures its continued success and guides its future.</p>
|
148 | 148 | </div>
|
149 | 149 | <div class="layout-4col">
|
150 |
| - <h3 class="index-feature-writing">Write using Textile, Markdown, etc.</h3> |
| 150 | + <h2 class="index-feature-writing">Write using Textile, Markdown, etc.</h2> |
151 | 151 | <p>Our CMS ships with built-in support for Textile text formatting language, and support for Markdown language <a rel="external" href="https://github.com/rwetzlmayr/wet_textfilter_markdown">via a plugin</a>. Alternatively, you can write plain text or vanilla HTML if you so wish.</p>
|
152 | 152 | </div>
|
153 | 153 | <div class="layout-4col">
|
154 |
| - <h3 class="index-feature-contribute">Contributors are welcomed</h3> |
| 154 | + <h2 class="index-feature-contribute">Contributors are welcomed</h2> |
155 | 155 | <p>Textpattern is open source under the <a href="<txp:site_url />license">GNU General Public License v2.0</a>, and all development takes place on <a rel="external" href="https://github.com/textpattern/textpattern">GitHub</a>. User contributions are welcome (and indeed, are enthusiastically encouraged).</p>
|
156 | 156 | </div>
|
157 | 157 | </div>
|
@@ -227,12 +227,12 @@ echo '<a class="count-bubble" rel="external" href="https://github.com/textpatter
|
227 | 227 | <div class="container">
|
228 | 228 | <div class="layout-container">
|
229 | 229 | <section class="layout-3col-2span" itemscope itemtype="https://schema.org/Blog">
|
230 |
| - <h3>Latest from <a href="<txp:site_url />weblog">the blog</a>…</h3> |
| 230 | + <h2>Latest from <a href="<txp:site_url />weblog">the blog</a>…</h2> |
231 | 231 | <p><img loading="lazy" decoding="async" class="prefers-color-scheme" width="756" height="160" alt="The Textpattern blog" src="/assets/img/com/index-blog-header.png" data-src-light="/assets/img/com/index-blog-header.png" data-src-dark="/assets/img/com/dark-index-blog-header.png" srcset="/assets/img/com/index-blog-header@2x.png 2x" data-srcset-light="/assets/img/com/index-blog-header@2x.png 2x" data-srcset-dark="/assets/img/com/dark-index-blog-header@2x.png 2x"></p>
|
232 | 232 | <txp:etc_cache id="homepage-blog"><txp:article form="article_listing_blog" limit="2" /></txp:etc_cache>
|
233 | 233 | </section>
|
234 | 234 | <div class="layout-3col">
|
235 |
| - <h3>Latest from <a href="https://forum.textpattern.com/">the forum</a>…</h3> |
| 235 | + <h2>Latest from <a href="https://forum.textpattern.com/">the forum</a>…</h2> |
236 | 236 | <ul class="list--no-bullets ellipsis">
|
237 | 237 | <txp:etc_cache id="forum-api" time="-900"><txp:php>
|
238 | 238 | $curl = curl_init();
|
|
0 commit comments