We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50822d commit e6b697cCopy full SHA for e6b697c
scripts/voids_search/search_result_template.html
@@ -3,6 +3,7 @@
3
4
5
<head>
6
+ <title>{{title}} </title>
7
<meta name="viewport" content="width=device-width, initial-scale=1">
8
<style>.column { float: left; width: 45%; padding: 10px;}.row:after { content: ""; display: table; clear: both;}
9
body { font-family: Calibri, Verdana, sans-serif; padding: 1.5em; font-size: 1.2em}
@@ -19,7 +20,7 @@
19
20
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
21
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
22
</head>
-<title>{{title}} </title>
23
+
24
<body>
25
<div class="container mx-auto" >
26
<div class= "row justify-content-between">
0 commit comments