1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-05 23:32:45 +08:00

feat(ArticleLayout): replace section elements with semantic HTML in article layout

This commit is contained in:
2025-11-29 14:57:11 +08:00
parent e4bb59ede6
commit 7fbc50603c
2 changed files with 621 additions and 631 deletions

View File

@@ -134,13 +134,13 @@ if (typeof window !== "undefined") {
<template>
<Header />
<section id="article-content">
<main id="article-content">
<Content />
<PrevNext />
</section>
<section id="article-indicator">
</main>
<div id="article-indicator">
<PageIndicator />
</section>
</div>
<ImageViewer
v-if="showImageViewer"
:images="articleImages"

File diff suppressed because it is too large Load Diff