diff --git a/_layout/home.html b/_layout/home.html index ee2061f..2a1b18f 100644 --- a/_layout/home.html +++ b/_layout/home.html @@ -1,119 +1,267 @@ ---- -layout: archive + + + -# other options ---- + {{ HOME.title }} + + + + + + + + + + + + + + + -
-
-
- + + + + + + + + + + + + + + + + + + + + + + + + + + + -
-
{% include logo.html %}
- -{{ content }} - -
-
-

Top Services
- For Freelancers -

- - -

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

- -{% if paginator %} - {% assign posts = paginator.posts %} -{% else %} - {% assign posts = site.posts %} -{% endif %} -

- {{ site.description }} -

-
- - -
- - -
+ + + + + {% if page.url != '/about/' %} + + {% else %} + + + {% endif %} + + + + +
+
+ + avatar + + +

Mr.TonG's Blog

-
+
+ {%- include paginator.html -%} +
- {% include board_listing.html %} +
+ + +
+ + +
+
+ -
-
-
+
+
+ {{ content }} +
-

Recent Articles

+ {% if page.url == '/' %} + +
+ +
-
- {% for post in site.posts limit:3 %} - - {{ post.title }} - {% endfor %} + + {% endif %} +
-
- More Articles +
+
+
    + {% if paginator.previous_page %} +
  • previous-page
  • + {% else %} +
  • + {% endif %} + {% if paginator.page %} +
  • + {{ paginator.page }}/{{ paginator.total_pages }} +
  • + {% endif %} + {% if paginator.next_page %} +
  • next-page
  • + {% else %} +
  • + {% endif %} +
+
+ init : july 4 2024
+ +

It is now + +

- {% include footer.html %} -
-
+

AT + +

+ -{% assign entries_layout = page.entries_layout | default: 'list' %} -
- {% for post in posts %} - {% include archive-single.html type=entries_layout %} - {% endfor %} -
+ + + + + + + {% if page.url == '/' %} + + + + + +{{ content }} + {% endif %} + +