diff --git a/themes/blog/css/styles.css b/themes/blog/css/styles.css index 6e2b8a3..d0314e1 100644 --- a/themes/blog/css/styles.css +++ b/themes/blog/css/styles.css @@ -622,4 +622,10 @@ ul.month { .pagination { margin-top:0; margin-bottom:15px; +} + +.feed-link { + display:inline; + margin:0 0 0 10px; + float:right; } \ No newline at end of file diff --git a/themes/blog/main.html.php b/themes/blog/main.html.php index ffefce6..618dbe5 100644 --- a/themes/blog/main.html.php +++ b/themes/blog/main.html.php @@ -2,21 +2,20 @@ - - -
-
-
-
-

title;?>

-
- body; ?> -
-
-
-
+ +
+
+
+
+

title;?>

+ +
+ body; ?> +
+
+
- +
@@ -67,7 +66,7 @@ - url ?>> - Edit'; } ?> + Edit'; } ?>

diff --git a/themes/blog/static.html.php b/themes/blog/static.html.php index 95afb61..059affb 100644 --- a/themes/blog/static.html.php +++ b/themes/blog/static.html.php @@ -11,6 +11,16 @@
body; ?>
+
+
+ + + + + + +
+
diff --git a/themes/clean/main.html.php b/themes/clean/main.html.php index 030e780..009fb3c 100644 --- a/themes/clean/main.html.php +++ b/themes/clean/main.html.php @@ -2,15 +2,13 @@ - - -
-

title;?>

-
- body; ?> -
+ +
+

title;?>

+
+ body; ?>
- +
@@ -38,7 +36,7 @@ - url ?>> - Edit'; } ?> + Edit'; } ?>
image)) { ?> +
+ + + + + + +
\ No newline at end of file diff --git a/themes/logs/css/style.css b/themes/logs/css/style.css index ef28d56..937c94e 100644 --- a/themes/logs/css/style.css +++ b/themes/logs/css/style.css @@ -484,7 +484,7 @@ ul li, ol li { margin-bottom: 1.5em; } -.in-post .post { +.in-post .post, .in-page .post, .in-subpage .post { border: none; } diff --git a/themes/logs/main.html.php b/themes/logs/main.html.php index 8e0fea5..284fa76 100644 --- a/themes/logs/main.html.php +++ b/themes/logs/main.html.php @@ -2,15 +2,13 @@ - - -
-

title;?>

-
- body; ?> -
+ +
+

title;?>

+
+ body; ?>
- +
@@ -29,7 +27,7 @@ - url ?>> - Edit'; } ?> + Edit'; } ?>
image)) { ?>
+
+
+ + « + + + » + +
\ No newline at end of file diff --git a/themes/readable/main.html.php b/themes/readable/main.html.php index 4950bb3..168c638 100644 --- a/themes/readable/main.html.php +++ b/themes/readable/main.html.php @@ -2,15 +2,13 @@ - - -
-

title;?>

-
- body; ?> -
+ +
+

title;?>

+
+ body; ?>
- +
@@ -29,7 +27,7 @@ - url ?>> - Edit'; } ?> + Edit'; } ?>
image)) { ?>
+
+ + + + + + +
\ No newline at end of file diff --git a/themes/twentyfifteen/README.md b/themes/twentyfifteen/README.md index 7e2272c..fac491d 100644 --- a/themes/twentyfifteen/README.md +++ b/themes/twentyfifteen/README.md @@ -3,8 +3,7 @@ WordPress Twenty Fifteen ported to HTMLy. ## Installations - Upload and extract the zip file into themes directory. - - Rename the extracted folder to `twentyfifteen`. - - Change the `views.root` using `http://www.example.com/admin/config` to `themes/twentyfifteen` + - Activate it from HTMLy panel. ## License diff --git a/themes/twentyfifteen/css/style.css b/themes/twentyfifteen/css/style.css index a98104b..0f1f7a4 100644 --- a/themes/twentyfifteen/css/style.css +++ b/themes/twentyfifteen/css/style.css @@ -880,7 +880,7 @@ a:focus { content: "\f516"; } -.social-navigation a[href$="/feed/rss"]:before { +.social-navigation a[href*="/feed"]:before { content: "\f413"; } @@ -6129,4 +6129,14 @@ ul.month { .main-navigation { margin: 0 auto 9.0909%; } +} + +.feed-link { + display:inline; + margin:0 0 0 10px; + float:right; +} + +.feed-link a { + height:100%; } \ No newline at end of file diff --git a/themes/twentyfifteen/css/style_v2.css b/themes/twentyfifteen/css/style_v2.css index 16aa9f4..322a3a5 100644 --- a/themes/twentyfifteen/css/style_v2.css +++ b/themes/twentyfifteen/css/style_v2.css @@ -881,7 +881,7 @@ a:focus { content: "\f516"; } -.social-navigation a[href$="/feed/rss"]:before { +.social-navigation a[href*="/feed"]:before { content: "\f413"; } @@ -6136,4 +6136,14 @@ ul.month { .comments-area a.more-link:hover { border-bottom: none; +} + +.feed-link { + display:inline; + margin:0 0 0 10px; + float:right; +} + +.feed-link a { + height:100%; } \ No newline at end of file diff --git a/themes/twentyfifteen/layout.html.php b/themes/twentyfifteen/layout.html.php index cb96800..82dcda6 100644 --- a/themes/twentyfifteen/layout.html.php +++ b/themes/twentyfifteen/layout.html.php @@ -61,6 +61,11 @@ + diff --git a/themes/twentyfifteen/main.html.php b/themes/twentyfifteen/main.html.php index 6f5a68a..8da2ee6 100644 --- a/themes/twentyfifteen/main.html.php +++ b/themes/twentyfifteen/main.html.php @@ -1,18 +1,34 @@ - + - + - + - + - +
diff --git a/themes/twentyfifteen/profile.html.php b/themes/twentyfifteen/profile.html.php index 05db32b..a7c2b89 100644 --- a/themes/twentyfifteen/profile.html.php +++ b/themes/twentyfifteen/profile.html.php @@ -1,10 +1,11 @@
-

+

name ?>

+
- + about ?>

    diff --git a/themes/twentyfifteen/static.html.php b/themes/twentyfifteen/static.html.php index eb2b713..f3e3d7b 100644 --- a/themes/twentyfifteen/static.html.php +++ b/themes/twentyfifteen/static.html.php @@ -7,4 +7,15 @@
    body; ?>
    -
\ No newline at end of file +
+ \ No newline at end of file diff --git a/themes/twentysixteen/README.md b/themes/twentysixteen/README.md index de5affe..5a4ddd5 100644 --- a/themes/twentysixteen/README.md +++ b/themes/twentysixteen/README.md @@ -3,8 +3,7 @@ WordPress Twenty Sixteen ported to HTMLy. ## Installations - Upload and extract the zip file into themes directory. - - Rename the extracted folder to `twentysixteen`. - - Change the `views.root` using `http://www.example.com/admin/config` to `themes/twentysixteen` + - Activate it from HTMLy panel. ## License diff --git a/themes/twentysixteen/css/style.css b/themes/twentysixteen/css/style.css index 2681f07..15a6d33 100644 --- a/themes/twentysixteen/css/style.css +++ b/themes/twentysixteen/css/style.css @@ -1023,7 +1023,7 @@ a:active { content: "\f516"; } -.social-navigation a[href$="/feed/"]:before { +.social-navigation a[href*="/feed"]:before { content: "\f413"; } @@ -4059,4 +4059,10 @@ ul.month { .nav li.active .dropdown-toggle, .nav .dropdown-menu li.active a { font-weight: 700; +} + +.feed-link { + display:inline; + margin:0 0 0 10px; + float:right; } \ No newline at end of file diff --git a/themes/twentysixteen/layout.html.php b/themes/twentysixteen/layout.html.php index fe98667..2a03bcf 100644 --- a/themes/twentysixteen/layout.html.php +++ b/themes/twentysixteen/layout.html.php @@ -125,6 +125,7 @@ diff --git a/themes/twentysixteen/main.html.php b/themes/twentysixteen/main.html.php index f22cf41..772aefb 100644 --- a/themes/twentysixteen/main.html.php +++ b/themes/twentysixteen/main.html.php @@ -1,18 +1,34 @@ - + - + - + - + - +
diff --git a/themes/twentysixteen/profile.html.php b/themes/twentysixteen/profile.html.php index 352c2f5..a056fad 100644 --- a/themes/twentysixteen/profile.html.php +++ b/themes/twentysixteen/profile.html.php @@ -1,10 +1,11 @@
-

+

name ?>

+
- + about ?>

    diff --git a/themes/twentysixteen/static.html.php b/themes/twentysixteen/static.html.php index 9677faa..8deec9f 100644 --- a/themes/twentysixteen/static.html.php +++ b/themes/twentysixteen/static.html.php @@ -16,4 +16,16 @@
-
\ No newline at end of file +
+ + \ No newline at end of file