--- 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 -%}

{{ tip.title | escape }} #{{ tip.id | escape }}

{{ content }} {% if tip.resource != "" -%} {%- if tip.resource_website != "" %} {%- else %} {%- endif %} {% endif -%} {% if tip.author != "" -%} {%- if tip.author_website != "" -%} {%- else -%} {%- endif -%} {%- else -%} {%- endif %} {% if tip.contributor != "" -%} {%- if tip.contributor_website != "" %} {%- else %} {%- endif %} {% endif -%}
Original resource:{{ tip.resource | escape }}{{ tip.resource | escape }}
Author:{{ tip.author | escape }}{{ tip.author | escape }}Unknown
Contributor:{{ tip.contributor | escape }}{{ tip.contributor | escape }}
Added: {{ tip.added | date: "%Y/%m/%d" | escape }}
Last updated: {{ tip.updated | date: "%Y/%m/%d" | escape }}