{% assign page-viewport = "width=device-width, initial-scale=1.0, user-scalable=yes, shrink-to-fit=no" %} {%- iftruthy page.resolved.meta.viewport -%} {% assign page-viewport = page.resolved.meta.viewport | uj_liquify %} {% endiftruthy %} {% assign page-referrer = "strict-origin-when-cross-origin" %} {%- iftruthy page.resolved.meta.referrer -%} {% assign page-referrer = page.resolved.meta.referrer | uj_liquify %} {%- endiftruthy -%} {% assign page-keywords = "" %} {%- iftruthy page.resolved.meta.keywords -%} {% assign page-keywords = page.resolved.meta.keywords | uj_liquify %} {%- endiftruthy -%} {% assign favicon-path = site.url | append: "/assets/images/favicon" %} {%- iftruthy page.resolved.favicon.path -%} {% assign favicon-path = page.resolved.favicon.path %} {%- endiftruthy -%} {% assign page-robots = "index" %} {%- if page.resolved.meta.index == false -%} {% assign page-robots = "noindex" %} {%- endif -%} {% iftruthy page.resolved.asset_path %} {% capture page-css-path %}/assets/css/pages/{{ page.resolved.asset_path }}.bundle.css{% endcapture %} {% capture page-css-theme-path %}/assets/css/pages/{{ page.resolved.asset_path }}.{{ page.resolved.theme.id }}.bundle.css{% endcapture %} {% endiftruthy %} {% iffalsy page.resolved.asset_path %} {% if page.canonical.path == "/" %} {% capture page-css-path %}/assets/css/pages/index.bundle.css{% endcapture %} {% capture page-css-theme-path %}/assets/css/pages/index.{{ page.resolved.theme.id }}.bundle.css{% endcapture %} {% else %} {% capture page-css-path %}/assets/css/pages{{ page.canonical.path }}/index.bundle.css{% endcapture %} {% capture page-css-theme-path %}/assets/css/pages{{ page.canonical.path }}/index.{{ page.resolved.theme.id }}.bundle.css{% endcapture %} {% endif %} {% endiffalsy %} {% assign page-title = page.resolved.meta.title | uj_liquify %} {% assign page-description = page.resolved.meta.description | uj_liquify %} {% assign page-image = page.resolved.meta.image | uj_liquify %} {% assign page-og-type = "website" %} {%- iftruthy page.resolved.post.id -%} {% assign page-title = page.resolved.post.title | uj_liquify %} {% assign page-description = page.resolved.post.description | uj_liquify %} {% capture page-image %}{%- uj_post page.resolved.post.id, "image" -%}{% endcapture %} {% assign page-og-type = "article" %} {% endiftruthy %} {%- iftruthy page.resolved.member.id -%} {% assign page-title = page.resolved.member.name | uj_liquify %} {% assign page-description = page.resolved.member.description | uj_liquify %} {% capture page-image %}{%- uj_member page.resolved.member.id, "image" -%}{% endcapture %} {% assign page-og-type = "profile" %} {% endiftruthy %} {% capture page-image %}{% uj_external page-image %}{% endcapture %} {% capture page-ie-script %} {% endcapture %} {% iftruthy page.resolved.advertising.google-adsense.client %} {% endiftruthy %} {% iftruthy page.resolved.web_manager.chatsy.enabled %} {% endiftruthy %} {{ page-title }} {%- iftruthy page.resolved.post.id -%} {%- endiftruthy -%} {% iftruthy page.resolved.theme.css.bundle %} {% endiftruthy %} {% iffalsy page.resolved.theme.css.bundle %} {% endiffalsy %} {% iffile page-css-path %} {% if jekyll.environment == "development" %} {% endif %} {% endiffile %} {% iffile page-css-theme-path %} {% if jekyll.environment == "development" %} {% endif %} {% endiffile %} {{ page.resolved.theme.head.content | uj_content_format }} {{ page.resolved.head.content | uj_content_format }}