File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 66
66
< footer class ="footer ">
67
67
< nav class ="navbar fixed-bottom navbar-dark bg-dark ">
68
68
< div class ="container ">
69
- < span class ="navbar-text "> © 2020 Thomas Wöhlke</ span >
69
+ < span class ="navbar-text "> © 2021 Thomas Wöhlke</ span >
70
70
</ div >
71
71
</ nav >
72
72
</ footer >
75
75
< script th:src ="@{/webjars/popper.js/1.16.1/dist/umd/popper.min.js} "> </ script >
76
76
< script th:src ="@{/webjars/bootstrap/4.5.3/dist/js/bootstrap.bundle.js} "> </ script >
77
77
< script th:src ="@{/webjars/font-awesome/5.15.1/js/all.js} "> </ script >
78
+ < script th:src ="@{/webjars/ckeditor/18.0.0/classic/ckeditor.js} "> </ script >
79
+ < script th:inline ="javascript ">
80
+ ClassicEditor
81
+ . create ( document . querySelector ( '#textEditor' ) )
82
+ . catch ( error => {
83
+ console . error ( error ) ;
84
+ } ) ;
85
+ </ script >
78
86
<!--/* Per-page placeholder for additional links */-->
79
87
< th:block th:replace ="${scripts} " />
80
88
You can’t perform that action at this time.
0 commit comments