@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The template for displaying the footer. |
|
| 4 | - * |
|
| 5 | - * Contains the closing of the #content div and all content after. |
|
| 6 | - * |
|
| 7 | - * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials |
|
| 8 | - * |
|
| 9 | - * @package Lighthouse |
|
| 10 | - */ |
|
| 3 | + * The template for displaying the footer. |
|
| 4 | + * |
|
| 5 | + * Contains the closing of the #content div and all content after. |
|
| 6 | + * |
|
| 7 | + * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials |
|
| 8 | + * |
|
| 9 | + * @package Lighthouse |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | ?> |
| 13 | 13 | |
@@ -68,7 +68,7 @@ |
||
| 68 | 68 | <div class="row"> |
| 69 | 69 | <div class="col-xs-12"> |
| 70 | 70 | <?php if (function_exists("pagination")) {
|
| 71 | - pagination($loop->max_num_pages); |
|
| 71 | + pagination($loop->max_num_pages); |
|
| 72 | 72 | } ?> |
| 73 | 73 | </div> |
| 74 | 74 | </div> |
@@ -1,11 +1,11 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Lighthouse functions and definitions. |
|
| 4 | - * |
|
| 5 | - * @link https://developer.wordpress.org/themes/basics/theme-functions/ |
|
| 6 | - * |
|
| 7 | - * @package Lighthouse |
|
| 8 | - */ |
|
| 3 | + * Lighthouse functions and definitions. |
|
| 4 | + * |
|
| 5 | + * @link https://developer.wordpress.org/themes/basics/theme-functions/ |
|
| 6 | + * |
|
| 7 | + * @package Lighthouse |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | if ( ! function_exists( 'lighthouse_setup' ) ) : |
| 11 | 11 | /** |
@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | * as indicating support for post thumbnails. |
| 17 | 17 | */ |
| 18 | 18 | function lighthouse_setup() { |
| 19 | - // This theme styles the visual editor to resemble the theme style. |
|
| 19 | + // This theme styles the visual editor to resemble the theme style. |
|
| 20 | 20 | $font_url_Questrial = 'https://fonts.googleapis.com/css?family=Questrial'; |
| 21 | 21 | |
| 22 | 22 | $font_url_Raleway = 'https://fonts.googleapis.com/css?family=Raleway:400,300,500,700,600,100'; |