--- layout: page title: Creators Blog tagline: all posts description: Browse all articles #permalink: /pages/private/blog/navigator/archive/ noindex: true regenerate: false resources: [] resource_options: - attic: padding_top: 400 padding_bottom: 50 opacity: 0.5 slides: - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg alt: Photo by Matthaeus alignY: top badge: type: unsplash author: Matthaeus href: https://unsplash.com/@matthaeus123 --- {% comment %} Liquid procedures -------------------------------------------------------------------------------- {% endcomment %} {% capture get_page_path %}themes/{{site.template.name}}/procedures/global/get_page_path.proc{% endcapture %} {% capture select_icon_size %}themes/{{site.template.name}}/procedures/global/select_icon_size.proc{% endcapture %} {% capture get_category_item %}themes/{{site.template.name}}/procedures/global/get_category_item.proc{% endcapture %} {% comment %} Variables -------------------------------------------------------------------------------- {% endcomment %} {% assign view_config = site.data.builder.blog_navigator.archive_view %} {% assign view_description = view_config.description %} {% if site.permalink == 'none' %} {% capture browser_page_url %}{{page.url}}.html{% endcapture %} {% else %} {% capture browser_page_url %}{{page.url}}{% endcapture %} {% endif %} {% include {{get_page_path}} mode='absolute' %} {% capture navigator %}{{page_path}}/{% endcapture %} {% capture blog_preview %}{{page_path}}/archive/preview/{% endcapture %} {% capture date_view %}{{page_path}}/archive/dateview/{% endcapture %} {% capture category_view %}{{page_path}}/archive/categoryview/{% endcapture %} {% capture tag_view %}{{page_path}}/archive/tagview/{% endcapture %} {% capture all_view %}{{page_path}}/{% endcapture %} {% comment %} Main -------------------------------------------------------------------------------- {% endcomment %}
{{excerpt}}