Update Git URLs
- Remove quotes where not required
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ page_title }} » Bit Badger Solutions</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
</body>
|
||||
<html lang=en>
|
||||
<meta charset=utf-8>
|
||||
<title>{{ page_title }} » Bit Badger Solutions</title>
|
||||
<body>{{ content }}</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user