Browse Source

remove descriptions from old page

encrypt 8 years ago
parent
commit
a6738ba1ba
2 changed files with 1 additions and 5 deletions
  1. 0 2
      _layouts/index.html
  2. 1 3
      _layouts/post.html

+ 0 - 2
_layouts/index.html

@@ -7,8 +7,6 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
 
   <title>$site_name</title>
-  <meta name="description" content="We <3 paranoia and want to spread it">
-
   <link rel="stylesheet" href="/css/main.css">
 </head>
   <body>

+ 1 - 3
_layouts/post.html

@@ -6,9 +6,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
 
-  <title>$site_name</title>
-  <meta name="description" content="We <3 paranoia and want to spread it">
-
+  <title>$site_name - $title</title>
   <link rel="stylesheet" href="/css/main.css">
 </head>
   <body>