_includes/pagination.html in jekyll-theme-satellite-1.0.0 vs _includes/pagination.html in jekyll-theme-satellite-1.1.0

- old
+ new

@@ -1,15 +1,15 @@ {%- assign list_pages = site.pages | sort:"date" | reverse -%} {%- assign post_counts = 0 -%} -<p class="category-header"> +<h1 class="category-header"> {% if page_level == 1 %} All Posts {% else %} {{ page.title }} {% endif %} -</p> +</h1> <div id="category-list"> <ul class="paginated-list" data-current-page="1" aria-live="polite"> {%- for sub_page in list_pages -%} {%- assign page_url = page.url | remove: 'index.html' -%} {% if sub_page.url contains page_url %} @@ -24,10 +24,10 @@ <a href="{{ sub_page.url }}" class="thumbnail_post empty" loading="lazy" aria-label="thumbnail_post" style="background-image:url('/assets/img/thumbnail/empty.jpg') !important"></a> {% endif %} </div> <div class="box_contents"> - <a href="{{ sub_page.url }}" class="title_post">{{ sub_page.title }}</a> + <a href="{{ sub_page.url }}"><h1 class="title_post">{{ sub_page.title }}</h1></a> <a href="{{ sub_page.url }}" class="txt_post"> {{ sub_page.content | markdownify | strip_html }} </a> <div class="info-post"> {%- assign sub_page_tree = sub_page.path | split: "/" -%} \ No newline at end of file