{%- set timestamp = now(timestamp=true) -%} {%- if page?.title -%} {% set_global title = page.title %} {%- elif section?.title -%} {% set_global title = section.title %} {%- else -%} {% set_global title = config.title %} {%- endif -%} {%- if page?.description -%} {% set_global description = page.description %} {%- elif section?.description -%} {% set_global description = section.description %} {%- else -%} {% set_global description = config.description %} {%- endif -%} {%- if page?.permalink -%} {% set_global permalink = page.permalink %} {%- elif section?.permalink -%} {% set_global permalink = section.permalink %} {%- endif %}