File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 35
35
--dokka-logo-height : 24px ;
36
36
--dokka-logo-width : 24px ;
37
37
}
38
+ .footer {
39
+ display : block ;
40
+ padding-top : 20px ;
41
+ font-size : 16px ;
42
+ color : #666 ;
43
+ overflow : hidden ;
44
+ white-space : nowrap ;
45
+ text-align : center ;
46
+ }
38
47
</style >
39
48
</head >
40
49
<body >
Original file line number Diff line number Diff line change 1
1
<#macro display >
2
- <div class =" footer" >
3
- <a href =" #content" id =" go-to-top-link" class =" footer--button footer--button_go-to-top" ></a >
4
- <span >${footerMessage} </span >
5
- <span class =" pull-right" >
6
- <span >Generated by </span >
7
- <a class =" footer--link footer--link_external" href =" https://github.com/Kotlin/dokka" >
8
- <span >dokka</span >
9
- </a >
10
- </span >
11
- </div >
12
- </#macro >
2
+ <div class =" footer" >
3
+ <#assign now = .now >
4
+ © ; ${now?string.yyyy } KTORM.ORG. Licensed under <a href =" http://www.apache.org/licenses/LICENSE-2.0" >Apache 2.0</a > <br />
5
+ Hosted by
6
+ <a href =" https://github.com/kotlin-orm/ktorm" >GitHub</a >
7
+ <a href =" https://github.com/kotlin-orm/ktorm/stargazers" >
8
+ <img src =" https://img.shields.io/github/stars/kotlin-orm/ktorm.svg?style=social" alt =" Stars" >
9
+ </a >
10
+ </div >
11
+ </#macro >
You can’t perform that action at this time.
0 commit comments