Merge branch 'redesign'

This commit is contained in:
Miroslav Šedivý 2020-01-24 19:21:52 +01:00
commit 53d6ad0c56
24 changed files with 1236 additions and 3 deletions

View file

@ -258,7 +258,7 @@ class Post
}
if($p == 'og:type'){
$content["is_video"] = ($c == "video");
$content["is_video"] = (preg_match("/video/", $c));
}
if($n == 'twitter:image:src' || $p == 'og:image'){

View file

@ -45,6 +45,6 @@ logs_path = data/logs/
[system]
system_name = blog
version = 1.231
version = 1.24
debug = false
logs = false

View file

@ -337,4 +337,4 @@ if(!empty($scripts)){
<?php echo $scripts_html; ?>
</body>
</html>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 B

1233
static/styles/theme02.css Normal file

File diff suppressed because it is too large Load diff