Skip to content

Commit

Permalink
Merge pull request #228 from josdem/feature/219
Browse files Browse the repository at this point in the history
[tiny]feature/219
  • Loading branch information
josdem authored Oct 28, 2023
2 parents edbdac2 + a8174cd commit b405218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
}

group = 'com.jos.dem.vetlog'
version = '1.4.3'
version = '1.5.0'

configurations {
compileOnly {
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/templates/fragments/include.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" type="text/css" href="/assets/servizi-dog-theme/css/owl.css"/>
<link rel="stylesheet" type="text/css" href="/assets/servizi-dog-theme/css/style.css"/>
<link rel="stylesheet" type="text/css" href="/assets/servizi-dog-theme/node_modules/font-awesome/css/font-awesome.min.css"/>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Varela+Round:400,700' rel='stylesheet' type='text/css'/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Varela+Round&display=swap" rel="stylesheet">
</head>

0 comments on commit b405218

Please sign in to comment.