mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-09-06 11:17:34 -05:00
Compare commits
1 Commits
clean-up-p
...
2ca8d0bde4
Author | SHA1 | Date | |
---|---|---|---|
2ca8d0bde4
|
@@ -969,7 +969,6 @@ aside.quote {
|
||||
.main-container {
|
||||
max-width: 100%;
|
||||
margin: 8px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
@@ -982,17 +981,12 @@ aside.quote {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
.table-of-contents:not(.print) {
|
||||
.table-of-contents {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.table-of-contents.print {
|
||||
display: block;
|
||||
background-color: unset;
|
||||
padding: 0;
|
||||
}
|
||||
.table-of-contents.print ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#back-to-top {
|
||||
|
@@ -16,6 +16,11 @@ author:
|
||||
markup: # this just keeps the bobatheme markup styling
|
||||
_merge: deep
|
||||
|
||||
outputs:
|
||||
page:
|
||||
- html
|
||||
- markdown
|
||||
|
||||
params:
|
||||
# these are for the OpenGraph/Twitter embeds in Hugo
|
||||
description: Example website for bobatheme
|
||||
|
9
layouts/_default/single.markdown.md
Normal file
9
layouts/_default/single.markdown.md
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ with .File -}}
|
||||
{{ with (.Path | readFile) -}}
|
||||
{{ . -}}
|
||||
{{ else -}}
|
||||
{{ errorf "file not found: %s" .Path -}}
|
||||
{{ end -}}
|
||||
{{ else -}}
|
||||
{{ errorf "no file available for markdown template?" -}}
|
||||
{{ end -}}
|
Reference in New Issue
Block a user