hugo-toha/layouts
Tommy Chu d6706e05ee
Fix redirections to empty tabs (#290)
Whenever href (url) attribute was omitted or had no value
the click action would do nothing. With no URLs defined and
`target="_blank"` attributes, which were recently added,
anchor tags now redirect users to new blank tabs (side effect).

This PR solves the issues by adding conditions
before applying `target="_blank"` or in some cases by
ommiting entire entities (e.g. the view_certificate button).
2021-04-05 22:25:27 +06:00
..
_default Fix various issues detected by html-proofer (#270) 2021-03-29 03:44:33 +06:00
notes Add notes layout (#263) 2021-03-27 19:52:18 +00:00
partials Fix redirections to empty tabs (#290) 2021-04-05 22:25:27 +06:00
shortcodes Add notes layout (#263) 2021-03-27 19:52:18 +00:00
404.html Fix various issues detected by html-proofer (#270) 2021-03-29 03:44:33 +06:00
index.html Add acomplishment section 2021-03-28 00:55:39 +06:00