Skip to content

Commit 067934b

Browse files
authored
Merge pull request #284 from sourcectl/cleanup/remove-empty-style-tags
cleanup: remove empty style tags from pages
2 parents 18ac7de + 88c39de commit 067934b

5 files changed

Lines changed: 0 additions & 10 deletions

File tree

src/pages/blog/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ allBlogPosts.sort((a, b) => new Date(b.frontmatter.pubDate).valueOf() - new Date
1717
</div>
1818
</section>
1919
</Layout>
20-
21-
<style></style>

src/pages/changelog/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ allChangelogEntries.sort((a, b) => new Date(b.frontmatter.pubDate).valueOf() - n
1717
</div>
1818
</section>
1919
</Layout>
20-
21-
<style></style>

src/pages/frequently-asked-questions.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ allQuestions.sort(function (a, b) {
2727
</div>
2828
</section>
2929
</Layout>
30-
31-
<style></style>

src/pages/imprint.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,3 @@ allQuestions.sort(function (a, b) {
8888
</div>
8989
</section>
9090
</Layout>
91-
92-
<style></style>

src/pages/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,5 +425,3 @@ import Layout from '../layouts/StandardLayout.astro';
425425
</div>
426426
</section>
427427
</Layout>
428-
429-
<style></style>

0 commit comments

Comments
 (0)