--- layout: default --- {%- assign pg = page.url | split: "." -%} {%- assign id = pg.first | split: "/" | last | minus: 1 -%} {%- assign tip = site.data.tips[id] -%} {%- assign prevId = tip.id | minus: 1 -%} {%- assign nextId = tip.id | plus: 1 -%}
| Original resource: | {%- if tip.resource_website != "" %}{{ tip.resource | escape }} | {%- else %}{{ tip.resource | escape }} | {%- endif %}|
|---|---|---|---|
| Author: | {% if tip.author != "" -%} {%- if tip.author_website != "" -%}{{ tip.author | escape }} | {%- else -%}{{ tip.author | escape }} | {%- endif -%} {%- else -%}Unknown | {%- endif %}
| Contributor: | {%- if tip.contributor_website != "" %}{{ tip.contributor | escape }} | {%- else %}{{ tip.contributor | escape }} | {%- endif %}|
| Added: | {{ tip.added | date: "%Y/%m/%d" | escape }} | ||
| Last updated: | {{ tip.updated | date: "%Y/%m/%d" | escape }} |