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 6666 < footer class ="footer ">
6767 < nav class ="navbar fixed-bottom navbar-dark bg-dark ">
6868 < div class ="container ">
69- < span class ="navbar-text "> © 2020 Thomas Wöhlke</ span >
69+ < span class ="navbar-text "> © 2021 Thomas Wöhlke</ span >
7070 </ div >
7171 </ nav >
7272 </ footer >
7575 < script th:src ="@{/webjars/popper.js/1.16.1/dist/umd/popper.min.js} "> </ script >
7676 < script th:src ="@{/webjars/bootstrap/4.5.3/dist/js/bootstrap.bundle.js} "> </ script >
7777 < 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 >
7886 <!--/* Per-page placeholder for additional links */-->
7987 < th:block th:replace ="${scripts} " />
8088
You can’t perform that action at this time.
0 commit comments