File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " CoderStar"
3
+ url : " /about"
4
+ ---
5
+
6
+ ## 关于我
7
+ ---
8
+
9
+ > - Emial: 1340529758@qq.com
10
+ > - WebSite: https://coder-star.github.io/
11
+ > - 公众号:CoderStar
12
+
13
+ ![ CoderStar] ( assets/OfficialAccounts.jpg )
Original file line number Diff line number Diff line change 58
58
name : Tags
59
59
url : /tags/
60
60
weight : 3
61
+ - identifier : about
62
+ name : About
63
+ url : /about/
64
+ weight : 4
61
65
- identifier : search
62
66
name : Search
63
67
url : /search/
Original file line number Diff line number Diff line change 26
26
{{- if strings.HasSuffix $url.Path ".md" -}}
27
27
{{- relref .Page .Destination | safeURL -}}
28
28
{{- else -}}
29
- {{- printf "/ %s%s" .Page.File.Dir .Destination | safeURL -}}
29
+ {{- printf "%s%s" .Page.File.Dir .Destination | safeURL -}}
30
30
{{- end -}}
31
31
{{- else -}}
32
32
{{- .Destination | safeURL -}}
38
38
{{- if strings.HasSuffix $url.Path ".md" -}}
39
39
{{- relref .Page .Destination | safeURL -}}
40
40
{{- else -}}
41
- {{- printf "/ %s%s" .Page.File.Dir .Destination | safeURL -}}
41
+ {{- printf "%s%s" .Page.File.Dir .Destination | safeURL -}}
42
42
{{- end -}}
43
43
{{- else -}}
44
44
{{- .Destination | safeURL -}}
51
51
< script >
52
52
document . addEventListener ( "DOMContentLoaded" , function ( ) {
53
53
var images = document . querySelectorAll ( ".responsive-image" ) ;
54
- var maxHeight = window . innerHeight / 3 ;
54
+ var maxHeight = window . innerHeight ;
55
55
images . forEach ( function ( image ) {
56
56
image . style . maxHeight = maxHeight + "px" ;
57
57
} ) ;
You can’t perform that action at this time.
0 commit comments