Skip to content

Commit a47dfad

Browse files
davorgbook
authored andcommitted
Fix local css link
1 parent 8471298 commit a47dfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttlib/page.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</style>
3939

4040
<!-- Custom styles for this template -->
41-
<link href="/style.css" rel="stylesheet">
41+
<link href="./style.css" rel="stylesheet">
4242
</head>
4343
<body class="d-flex flex-column h-100">
4444

0 commit comments

Comments
 (0)