Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/testserver' into testserver
Browse files Browse the repository at this point in the history
  • Loading branch information
ktali committed Oct 14, 2018
2 parents e59647a + 9698bc1 commit 79eba78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>

<html xmlns:th="http://www.thymeleaf.org" th:remove="tag">
<head>
<link rel="stylesheet" type="text/css" href="/css/navbar.css"/>
</head>

<link rel="stylesheet" type="text/css" href="/css/navbar.css"/>

<footer class="fixed-sidebar-left fixed-bottom">
<div>
<a href="/">index</a>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>

<html xmlns:th="http://www.thymeleaf.org" th:remove="tag">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta id="_csrf" name="_csrf" th:content="${_csrf.token}"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" xmlns:th="http://www.thymeleaf.org"> <!-- xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" -->
<head>
<th:block th:include="fragments/head" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<!-- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> -->
<link rel="stylesheet" type="text/css" href="/css/index.css"/>
<script src="/js/index.js"></script>
</head>
Expand Down

0 comments on commit 79eba78

Please sign in to comment.