14 lines
386 B
HTML
14 lines
386 B
HTML
{{ define "body" }}
|
|
<section class="page-hero" style="--accent: #7a7a9e">
|
|
<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 }}
|