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:
@@ -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
Reference in New Issue
Block a user