瀏覽代碼

Fix some issues with index

Antony Messerli 3 年之前
父節點
當前提交
ba18541237
共有 1 個文件被更改,包括 7 次插入6 次删除
  1. 7 6
      roles/netbootxyz/templates/index.html.j2

+ 7 - 6
roles/netbootxyz/templates/index.html.j2

@@ -15,13 +15,14 @@ exit
 <html lang="en">
   <head>
     <title>{{ site_name }} BootLoaders - Powered by netboot.xyz</title>
+    <meta name='description' content='Download links for available {{ site_name }} bootloaders.'>
+    <style>
+      table, th, td {
+      padding: 5px;
+      border: 1px solid black; 
+      }
+    </style>
   </head>
-  <style>
-    table, th, td {
-    padding: 5px;
-    border: 1px solid black; 
-    }
-  </style>
   <body>
   <div style="font-family: monospace, fixed; font-weight: bold;">
   {% if index_title.stdout is defined %}