mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-05-11 14:32:57 -05:00
Compare commits
2 Commits
fb40c8a4c3
...
7cff045cb3
Author | SHA1 | Date | |
---|---|---|---|
7cff045cb3 | |||
9f080377e7 |
@ -314,14 +314,11 @@
|
|||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header h1 {
|
|
||||||
font-size: 1.5em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header a,
|
.header a,
|
||||||
.section-header a {
|
.section-header a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-header-link svg {
|
.section-header-link svg {
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<h1>
|
<a href="{{ .Site.Home.Permalink | absLangURL }}">
|
||||||
<a href="{{ .Site.Home.Permalink | absLangURL }}">
|
{{ .Site.Title | markdownify }}
|
||||||
{{ .Site.Title | markdownify }}
|
</a>
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="topbar">
|
<div class="topbar">
|
||||||
|
@ -1,15 +1,21 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1>
|
<div class="post-title">
|
||||||
{{ if eq .Data.Singular "tag" }}
|
<h1>
|
||||||
{{ partial "icon.html" "tag" }}
|
{{ if eq .Data.Singular "tag" }}
|
||||||
{{ else if eq .Data.Singular "category" }}
|
{{ partial "icon.html" "tag" }}
|
||||||
{{ partial "icon.html" "folder" }}
|
{{ else if eq .Data.Singular "category" }}
|
||||||
{{ else }}
|
{{ partial "icon.html" "folder" }}
|
||||||
{{ partial "icon.html" "filter" }}
|
{{ else }}
|
||||||
{{ end }}
|
{{ partial "icon.html" "filter" }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ .Title | markdownify }}
|
{{ .Title | markdownify }}
|
||||||
</h1>
|
</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ with .Content }}
|
||||||
|
{{ . }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<div class="taxonomy-list">
|
<div class="taxonomy-list">
|
||||||
{{ with .Data.Terms.Alphabetical }}
|
{{ with .Data.Terms.Alphabetical }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user