diff --git a/package.json b/package.json index 6aa49a4..dc50d8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SemPress", - "version": "1.5.10", + "version": "1.5.11", "description": "SemPress is an extremely lightweight, responsive theme designed to show off your posts, quotes, and images. SemPress supports multiple post formats, widgets, and the option to upload a custom header or background image. The theme is based on HTML5 mixed with microformats, microformats v2 and microdata (Schema.org).", "main": "Gruntfile.js", "repository": { diff --git a/sass/_custom_post_formats.scss b/sass/_custom_post_formats.scss index 0fd202b..6737bc2 100644 --- a/sass/_custom_post_formats.scss +++ b/sass/_custom_post_formats.scss @@ -1,8 +1,10 @@ /* Aside Posts */ .format-aside, .format-status, -.format-link { - .entry-content { +.format-link, +.no-title { + .entry-content, + .entry-summary { padding-top: 15px; } } diff --git a/sempress/content-page.php b/sempress/content-page.php index 9b9fde4..d49db85 100644 --- a/sempress/content-page.php +++ b/sempress/content-page.php @@ -12,6 +12,11 @@

+ +
+ +
+ ', '' ); ?>
@@ -19,4 +24,5 @@ '' ) ); ?> ', '' ); ?>
+ diff --git a/sempress/entry-footer.php b/sempress/entry-footer.php index bf79aee..6d70176 100644 --- a/sempress/entry-footer.php +++ b/sempress/entry-footer.php @@ -1,6 +1,6 @@