2026-07-08 16:14:01 +08:00
|
|
|
{{ define "body" }}
|
2026-07-08 16:19:33 +08:00
|
|
|
<section class="page-hero" style="--accent: #7a7a9e">
|
2026-07-08 16:14:01 +08:00
|
|
|
<h1>学科资源列表</h1>
|
|
|
|
|
<p class="subtitle">蓝奏云下载 · 点击学科即可跳转</p>
|
|
|
|
|
</section>
|
|
|
|
|
<section class="page-content container">
|
|
|
|
|
<div class="filelist-grid">
|
|
|
|
|
{{ range hugo.Data.subjects.subjects }}
|
|
|
|
|
{{ partial "subject-card.html" . }}
|
|
|
|
|
{{ end }}
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
{{ end }}
|