{% if site.enable_google_verification %} {% if site.enable_google_verification -%} {%- endif -%} {%- endif %} {%- if site.title == "blank" -%} {%- capture title -%}{{ site.first_name }} {{ site.last_name }}{%- endcapture -%} {%- else -%} {%- capture title -%}{{ site.title }}{%- endcapture -%} {%- endif -%} {%- if page.title != "blank" and page.url != "/" -%} {{ title }} | {{ page.title }} {%- else -%} {{ title }} {%- endif -%} {%- if page.keywords or site.keywords %} {%- endif %} {%- if site.serve_og_meta %} {% if page.og_image or site.og_image -%} {%- endif %} {%- endif %} {%- if site.serve_schema_org %} {%- comment -%} Social links generator for "sameAs schema" {%- endcomment %} {% assign sameaslinks = "" | split: "," %} {%- if site.github_username -%} {%- capture link -%}https://github.com/{{ site.github_username }}{%- endcapture -%} {%- assign sameaslinks = sameaslinks | push: link -%} {%- endif -%} {%- if site.linkedin_username -%} {%- capture link -%}https://www.linkedin.com/in/{{ site.linkedin_username }}{%- endcapture -%} {%- assign sameaslinks = sameaslinks | push: link -%} {%- endif -%} {%- if site.work_url -%} {%- capture link -%}{{ site.work_url }}{%- endcapture -%} {%- assign sameaslinks = sameaslinks | push: link -%} {%- endif -%} {%- if site.gitlab_username -%} {%- capture link -%}https://gitlab.com/{{ site.gitlab_username }}{%- endcapture -%} {%- assign sameaslinks = sameaslinks | push: link -%} {%- endif -%} {%- if sameaslinks != blank -%} {%- assign sameaslinks = sameaslinks | split: "" -%} {%- endif -%} {%- endif %}