Selaa lähdekoodia

Fix on the post header.

seavenois 9 vuotta sitten
vanhempi
sitoutus
2845a791cb
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      www/blog/post.php

+ 2 - 2
www/blog/post.php

@@ -107,8 +107,8 @@
 					echo "<meta itemprop='telephone' content='+34637140371'/>\n";
 					echo "<meta itemprop='url' content='$proto$http_host'/>\n";
 					echo "</div>\n";
-					echo "<div class='entry'>\n";
-					echo "<h3 class='entry_title'>$r[title]</h3>\n";
+					echo("<h3 class='section_title'>$r[title]</h3>\n");
+					echo("<div class='entry'>\n");
 					if ($r_image != null){
 						echo "<div class='image_container'>\n";
 						echo "<meta itemprop='image' content='$proto$http_host/img/blog/$r_image[image]'/>\n";