fix: some css and js style
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.archive-item-date {
|
.archive-item-date {
|
||||||
width: 6em;
|
width: 5em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: $global-font-secondary-color;
|
color: $global-font-secondary-color;
|
||||||
|
|
||||||
|
|||||||
2
assets/js/theme.min.js
vendored
2
assets/js/theme.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,22 +1,22 @@
|
|||||||
{{- $content := .Content -}}
|
{{- $content := .Content -}}
|
||||||
|
|
||||||
{{- if ne "" $content -}}
|
{{- if $content -}}
|
||||||
|
|
||||||
{{- if .Ruby -}}
|
{{- if .Ruby -}}
|
||||||
{{- $content = partial "function/ruby.html" $content -}}
|
{{- $content = partial "function/ruby.html" $content -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{- if .Fraction -}}
|
{{- if .Fraction -}}
|
||||||
{{- $content = partial "function/fraction.html" $content -}}
|
{{- $content = partial "function/fraction.html" $content -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{- if .Fontawesome -}}
|
{{- if .Fontawesome -}}
|
||||||
{{- $content = partial "function/fontawesome.html" $content -}}
|
{{- $content = partial "function/fontawesome.html" $content -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{- $content = partial "function/checkbox.html" $content -}}
|
{{- $content = partial "function/checkbox.html" $content -}}
|
||||||
|
|
||||||
{{- $content = partial "function/escape.html" $content -}}
|
{{- $content = partial "function/escape.html" $content -}}
|
||||||
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
|||||||
@@ -175,11 +175,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{{- if .Site.Params.search.enable -}}
|
{{- if .Site.Params.search.enable -}}
|
||||||
<div class="search-dropdown desktop">
|
<div class="search-dropdown desktop">
|
||||||
<div id="search-dropdown-desktop"></div>
|
<div id="search-dropdown-desktop"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-dropdown mobile">
|
<div class="search-dropdown mobile">
|
||||||
<div id="search-dropdown-mobile"></div>
|
<div id="search-dropdown-mobile"></div>
|
||||||
</div>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user