mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-09-04 02:17:34 -05:00
Compare commits
8 Commits
cleanup-bo
...
4bc8184593
Author | SHA1 | Date | |
---|---|---|---|
4bc8184593
|
|||
22e7ad4b77
|
|||
c2b10a6c99
|
|||
c7c1ee0f0a
|
|||
d90f64fb86
|
|||
20f22b7926
|
|||
267652a7e4
|
|||
310961215e
|
@@ -295,40 +295,20 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* body-module types:
|
.main-container {
|
||||||
*
|
margin: var(--page-margin) auto;
|
||||||
* full-width: no max-width, no margin from the sides of the page
|
/* use padding because otherwise there's no way to have margin be both auto, and a minimum value */
|
||||||
* full-padded: no max-width, but has margin from the left/right page edges
|
padding: 0 var(--page-margin);
|
||||||
* center: max-width 720px, centered when too large, padded when screen is narrow
|
max-width: calc(720px + 2 * var(--page-margin)); /* padding is included in the element's width */
|
||||||
*/
|
|
||||||
|
|
||||||
.body-module--full-width,
|
|
||||||
.body-module--full-padded,
|
|
||||||
.body-module--center-wide {
|
|
||||||
margin-block: var(--page-margin);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.body-module--full-width {
|
.site-footer {
|
||||||
margin-inline: 0;
|
margin: var(--page-margin) 0;
|
||||||
}
|
|
||||||
.body-module-full-padded {
|
|
||||||
margin-inline: var(--page-margin);
|
|
||||||
}
|
|
||||||
.body-module--center {
|
|
||||||
margin-inline: auto;
|
|
||||||
/* add the minimum margin here because we are using auto for its centering */
|
|
||||||
padding-inline: var(--page-margin);
|
|
||||||
/* account for the padding being included in the element's calculated width */
|
|
||||||
max-width: calc(720px + 2 * var(--page-margin));
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
|
||||||
margin-bottom: var(--page-margin);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
.site-footer p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -360,7 +340,7 @@ footer p {
|
|||||||
* or it will need its hover background to be chopped off on the left */
|
* or it will need its hover background to be chopped off on the left */
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand {
|
.top-brand {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin: 8px var(--page-margin);
|
margin: 8px var(--page-margin);
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
@@ -368,27 +348,27 @@ footer p {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand a {
|
.top-brand > a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.top-navbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-item {
|
.top-navbar-item {
|
||||||
padding: 12px var(--page-margin);
|
padding: 12px var(--page-margin);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-item:hover {
|
.top-navbar-item:hover {
|
||||||
background-color: var(--background-2);
|
background-color: var(--background-2);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-item.active {
|
.top-navbar-item--active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -396,6 +376,10 @@ footer p {
|
|||||||
|
|
||||||
/* Breadcrumb navigation {{{ */
|
/* Breadcrumb navigation {{{ */
|
||||||
|
|
||||||
|
.breadcrumb {
|
||||||
|
margin: var(--page-margin) 0;
|
||||||
|
}
|
||||||
|
|
||||||
.breadcrumb ul {
|
.breadcrumb ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -462,13 +446,6 @@ footer p {
|
|||||||
|
|
||||||
/* List layout {{{ */
|
/* List layout {{{ */
|
||||||
|
|
||||||
/* flexbox container for sections and main page list */
|
|
||||||
.list-page-container {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-list {
|
.page-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -623,6 +600,7 @@ footer p {
|
|||||||
/* Subsections on list pages {{{ */
|
/* Subsections on list pages {{{ */
|
||||||
|
|
||||||
.sections {
|
.sections {
|
||||||
|
margin-bottom: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
@@ -633,6 +611,9 @@ footer p {
|
|||||||
color: var(--text-1);
|
color: var(--text-1);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 1px 25px;
|
padding: 1px 25px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section:hover {
|
.section:hover {
|
||||||
@@ -656,6 +637,16 @@ footer p {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-arrow {
|
||||||
|
margin-block: auto;
|
||||||
|
max-height: fit-content;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
.section-arrow > .icon {
|
||||||
|
height: 48px;
|
||||||
|
width: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<nav class="body-module--center breadcrumb" aria-label="{{ i18n "aria_breadcrumbnav" }}">
|
<nav class="breadcrumb" aria-label="{{ i18n "aria_breadcrumbnav" }}">
|
||||||
<ul>
|
<ul>
|
||||||
{{ template "breadcrumbnav" (dict "p1" . "p2" .) }}
|
{{ template "breadcrumbnav" (dict "p1" . "p2" .) }}
|
||||||
</ul>
|
</ul>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{{ if or .Date .Params.authors .Site.Params.readingtime .Site.Params.gitFileURL }}
|
{{ if or .Date .Params.authors .Site.Params.readingtime .Site.Params.gitFileURL }}
|
||||||
<div class="page-metadata" aria-label="{{ i18n "aria_post_metadata" }}">
|
<section class="page-metadata" aria-label="{{ i18n "aria_post_metadata" }}">
|
||||||
{{ if .Date }}
|
{{ if .Date }}
|
||||||
<span class="page-metadata-item" aria-label="{{ i18n "aria_post_meta_date" }}">
|
<span class="page-metadata-item" aria-label="{{ i18n "aria_post_meta_date" }}">
|
||||||
{{ partial "icon.html" "calendar" }}
|
{{ partial "icon.html" "calendar" }}
|
||||||
@@ -26,5 +26,5 @@
|
|||||||
{{ partial "page-metadata/item/categories.html" . }}
|
{{ partial "page-metadata/item/categories.html" . }}
|
||||||
|
|
||||||
{{ partial "page-metadata/item/tags.html" . }}
|
{{ partial "page-metadata/item/tags.html" . }}
|
||||||
</div>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{{ if or .Date .Params.authors .Site.Params.readingtime }}
|
{{ if or .Date .Params.authors .Site.Params.readingtime }}
|
||||||
<div class="page-metadata" aria-label="{{ i18n "aria_post_metadata" }}">
|
<section class="page-metadata" aria-label="{{ i18n "aria_post_metadata" }}">
|
||||||
{{ if .Date }}
|
{{ if .Date }}
|
||||||
<span class="page-metadata-item" aria-label="date">
|
<span class="page-metadata-item" aria-label="date">
|
||||||
{{ partial "icon.html" "calendar" }}
|
{{ partial "icon.html" "calendar" }}
|
||||||
@@ -14,5 +14,5 @@
|
|||||||
{{ partial "page-metadata/item/series.html" . }}
|
{{ partial "page-metadata/item/series.html" . }}
|
||||||
{{ partial "page-metadata/item/categories.html" . }}
|
{{ partial "page-metadata/item/categories.html" . }}
|
||||||
{{ partial "page-metadata/item/tags.html" . }}
|
{{ partial "page-metadata/item/tags.html" . }}
|
||||||
</div>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<div class="share-buttons">
|
<section class="share-buttons">
|
||||||
{{ if .Site.Params.shareButtons.twitter }}
|
{{ if .Site.Params.shareButtons.twitter }}
|
||||||
<a class="twitter-share"
|
<a class="twitter-share"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -66,4 +66,4 @@
|
|||||||
{{- partial "icon.html" "printer" -}}
|
{{- partial "icon.html" "printer" -}}
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</section>
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
<header class="top">
|
<header class="top">
|
||||||
<div class="brand">
|
<div class="top-brand">
|
||||||
<a href="{{ .Site.Home.Permalink | absLangURL }}">
|
<a href="{{ .Site.Home.Permalink | absLangURL }}">
|
||||||
{{ .Site.Title | markdownify }}
|
{{ .Site.Title | markdownify }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="navbar" aria-label="{{ i18n "aria_navbar" }}">
|
<nav class="top-navbar" aria-label="{{ i18n "aria_navbar" }}">
|
||||||
{{ with .Site.Home }}
|
{{ with .Site.Home }}
|
||||||
<a class="navbar-item{{ if $.IsHome }} active{{ end }}" href="{{ .Permalink | absLangURL }}">{{ .Title | markdownify }}</a>
|
<a class="top-navbar-item{{ if $.IsHome }} top-navbar-item--active{{ end }}" href="{{ .Permalink | absLangURL }}">{{ .Title | markdownify }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ range .Site.Menus.main }}
|
{{ range .Site.Menus.main }}
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
{{ if or ($.HasMenuCurrent .Menu .) (eq .Page $) }}
|
{{ if or ($.HasMenuCurrent .Menu .) (eq .Page $) }}
|
||||||
{{ $isActive = true }}
|
{{ $isActive = true }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<a class="navbar-item{{ if $isActive }} active{{ end }}"
|
<a class="top-navbar-item{{ if $isActive }} top-navbar-item--active{{ end }}"
|
||||||
{{ if strings.HasPrefix .URL "http" }}target="_blank" rel="noopener"{{ end }}
|
{{ if strings.HasPrefix .URL "http" }}target="_blank" rel="noopener"{{ end }}
|
||||||
href="{{ .URL }}">{{ .Name }}</a>
|
href="{{ .URL }}">{{ .Name }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@@ -1,26 +0,0 @@
|
|||||||
{{ define "main" }}
|
|
||||||
<section class="body-module--center">
|
|
||||||
<h1>
|
|
||||||
{{ partial "icon.html" "user-circle" }}
|
|
||||||
{{ .Title | markdownify }}
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
{{ with .Content }}
|
|
||||||
{{ . }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
<div class="page-list">
|
|
||||||
{{ with .Paginator.Pages }}
|
|
||||||
{{ range . }}
|
|
||||||
<article class="page">
|
|
||||||
{{ .Render "summary" }}
|
|
||||||
</article>
|
|
||||||
{{ end }}
|
|
||||||
{{ else }}
|
|
||||||
<div>
|
|
||||||
{{ i18n "no_posts" }}
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
{{ end }}
|
|
24
layouts/authors/taxonomy.html
Normal file
24
layouts/authors/taxonomy.html
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{{ define "main" }}
|
||||||
|
<h1>
|
||||||
|
{{ partial "icon.html" "user-circle" }}
|
||||||
|
{{ .Title | markdownify }}
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
{{ with .Content }}
|
||||||
|
{{ . }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<div class="page-list">
|
||||||
|
{{ with .Paginator.Pages }}
|
||||||
|
{{ range . }}
|
||||||
|
<article class="page">
|
||||||
|
{{ .Render "summary" }}
|
||||||
|
</article>
|
||||||
|
{{ end }}
|
||||||
|
{{ else }}
|
||||||
|
<div>
|
||||||
|
{{ i18n "no_posts" }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
@@ -8,30 +8,32 @@
|
|||||||
|
|
||||||
{{ partial "top.html" . }}
|
{{ partial "top.html" . }}
|
||||||
|
|
||||||
{{ if not .IsHome }}
|
<div class="main-container">
|
||||||
{{ partial "breadcrumb.html" . }}
|
{{ if not .IsHome }}
|
||||||
{{ end }}
|
{{ partial "breadcrumb.html" . }}
|
||||||
|
|
||||||
{{ block "pre-body" . }}{{ end }}
|
|
||||||
|
|
||||||
<main id="main-content">
|
|
||||||
{{ block "main" . }}
|
|
||||||
THIS TEXT SHOULD NOT SHOW. YUZSIQGHE (that string is so I can grep for it)
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</main>
|
|
||||||
|
|
||||||
{{ block "post-body" . }}{{ end }}
|
<main id="main-content">
|
||||||
|
{{ block "main" . }}
|
||||||
{{ if or .Site.Copyright .Site.Params.footer }}
|
THIS TEXT SHOULD NOT SHOW. YUZSIQGHE (that string is so I can grep for it)
|
||||||
<footer class="body-module--center">
|
|
||||||
{{ with .Site.Copyright }}
|
|
||||||
{{ . | safeHTML }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
</main>
|
||||||
|
|
||||||
{{ with .Site.Params.footer }}
|
{{ if or .Site.Copyright .Site.Params.footer }}
|
||||||
{{ . | $.RenderString (dict "display" "block") }}
|
<footer class="site-footer">
|
||||||
{{ end }}
|
{{ with .Site.Copyright }}
|
||||||
</footer>
|
{{ . | safeHTML }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ with .Site.Params.footer }}
|
||||||
|
{{ . | $.RenderString (dict "display" "block") }}
|
||||||
|
{{ end }}
|
||||||
|
</footer>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ block "post-body" . }}
|
||||||
|
{{/* currently this is only used for related posts */}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@@ -1,15 +1,13 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ with .Content }}
|
{{ with .Content }}
|
||||||
<article class="body-module--center">
|
<article class="homepage-content">
|
||||||
{{ . }}
|
{{ . }}
|
||||||
</article>
|
</article>
|
||||||
<hr class="body-module--center">
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ define "post-body" }}
|
|
||||||
{{ if .Site.Params.homepageLatestPosts }}
|
{{ if .Site.Params.homepageLatestPosts }}
|
||||||
<div class="body-module--center">
|
<hr>
|
||||||
|
<div class="homepage-latest-posts">
|
||||||
<h1>
|
<h1>
|
||||||
{{ i18n "latest_posts" }}
|
{{ i18n "latest_posts" }}
|
||||||
{{ partial "rss-link.html" . }}
|
{{ partial "rss-link.html" . }}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<article class="body-module--center">
|
<article>
|
||||||
<div class="page-title">
|
<div class="page-title">
|
||||||
<h1>
|
<h1>
|
||||||
{{ .Title | markdownify }}
|
{{ .Title | markdownify }}
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
{{ partial "series-box.html" . }}
|
{{ partial "series-box.html" . }}
|
||||||
|
|
||||||
{{ if .Params.Toc }}
|
{{ if .Params.Toc }}
|
||||||
<div class="table-of-contents" aria-label="{{ i18n "aria_table_of_contents" }}">
|
<section class="table-of-contents" aria-label="{{ i18n "aria_table_of_contents" }}">
|
||||||
<details>
|
<details>
|
||||||
<summary>{{ i18n "table_of_contents" }}</summary>
|
<summary>{{ i18n "table_of_contents" }}</summary>
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</section>
|
||||||
<div class="table-of-contents print">
|
<div class="table-of-contents print">
|
||||||
{{ i18n "table_of_contents" }}
|
{{ i18n "table_of_contents" }}
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
@@ -25,14 +25,14 @@
|
|||||||
|
|
||||||
{{ partial "feature-figure.html" . }}
|
{{ partial "feature-figure.html" . }}
|
||||||
|
|
||||||
<article class="post-content" data-pagefind-body>
|
<div class="post-content" data-pagefind-body>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</article>
|
</div>
|
||||||
|
|
||||||
{{ partial "series-box.html" . }}
|
{{ partial "series-box.html" . }}
|
||||||
|
|
||||||
{{ if or .NextInSection .PrevInSection }}
|
{{ if or .NextInSection .PrevInSection }}
|
||||||
<div class="prevnext">
|
<nav class="prevnext">
|
||||||
{{ with .NextInSection }}
|
{{ with .NextInSection }}
|
||||||
<a class="prev" href="{{ .Permalink }}">
|
<a class="prev" href="{{ .Permalink }}">
|
||||||
<div class="prev-caption">
|
<div class="prev-caption">
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
{{ else }}
|
{{ else }}
|
||||||
<div class="next"></div>
|
<div class="next"></div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</nav>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.shareButtons }}
|
{{ if .Site.Params.shareButtons }}
|
||||||
@@ -66,9 +66,9 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Params.comments }}
|
{{ if .Params.comments }}
|
||||||
<div class="comments">
|
<section class="comments">
|
||||||
{{ partial "comments.html" . }}
|
{{ partial "comments.html" . }}
|
||||||
</div>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</article>
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
{{ define "post-body" }}
|
{{ define "post-body" }}
|
||||||
{{ $related := .Site.RegularPages.Related . | first 10 }}
|
{{ $related := .Site.RegularPages.Related . | first 10 }}
|
||||||
{{ with $related }}
|
{{ with $related }}
|
||||||
<div class="body-module--full-width related-posts">
|
<div class="related-posts">
|
||||||
<hr>
|
<hr>
|
||||||
<h1>{{ i18n "related_posts" }}</h1>
|
<h1>{{ i18n "related_posts" }}</h1>
|
||||||
{{ partial "page-list.html" . }}
|
{{ partial "page-list.html" . }}
|
||||||
|
@@ -9,17 +9,15 @@
|
|||||||
{{ . }}
|
{{ . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="list-page-container">
|
{{ with .Sections }}
|
||||||
{{ with .Sections }}
|
<div class="sections">
|
||||||
<div class="sections">
|
{{ range . }}
|
||||||
{{ range . }}
|
{{ .Render "summary" }}
|
||||||
{{ .Render "summary" }}
|
{{ end }}
|
||||||
{{ end }}
|
</div>
|
||||||
</div>
|
{{ end }}
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ partial "page-list.html" .Paginator.Pages }}
|
{{ partial "page-list.html" .Paginator.Pages }}
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ partial "pagination.html" . }}
|
{{ partial "pagination.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@@ -1,14 +1,20 @@
|
|||||||
<a class="section-anchor" href="{{ .Permalink }}">
|
<a class="section-anchor" href="{{ .Permalink }}">
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h2 class="section-title">
|
<div>
|
||||||
{{ with .Params.icon }}{{ partial "icon.html" . }}{{ end }}
|
<h2 class="section-title">
|
||||||
{{ .Title | markdownify }}
|
{{ with .Params.icon }}{{ partial "icon.html" . }}{{ end }}
|
||||||
</h2>
|
{{ .Title | markdownify }}
|
||||||
|
</h2>
|
||||||
|
|
||||||
{{ with .Summary }}
|
{{ with .Summary }}
|
||||||
<div class="section-description">
|
<div class="section-description">
|
||||||
{{ . }}
|
{{ . }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section-arrow">
|
||||||
|
{{ partial "icon.html" "arrow-right" }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
@@ -1,8 +1,10 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1>
|
<div class="page-title">
|
||||||
{{ partial "icon.html" "files" }}
|
<h1>
|
||||||
{{ .Title | markdownify }}
|
{{ partial "icon.html" "files" }}
|
||||||
</h1>
|
{{ .Title | markdownify }}
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
{{ with .Content }}
|
{{ with .Content }}
|
||||||
{{ . }}
|
{{ . }}
|
Reference in New Issue
Block a user