mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
more
This commit is contained in:
parent
a0760a0276
commit
220a185456
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css">
|
||||
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" type="text/css">
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- jQuery -->
|
||||
<script src="~/js/jquery.js"></script>
|
||||
<script src="js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript
|
||||
<script src="js/bootstrap.min.js"></script> -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue