Skip to content

Commit

Permalink
Fix layout title tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aircodepl committed Feb 24, 2023
1 parent c33fec7 commit 36c1d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/invo/index.volt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ get_title() }}</title>
{{ title() }}

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">

Expand Down

0 comments on commit 36c1d72

Please sign in to comment.