Skip to content

Commit 6d67ab5

Browse files
Add banner in archived personal pages
1 parent 7d9fe2c commit 6d67ab5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_layouts/person.html

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
<span id="set-subtitle">{{ roleST }}</span>
5959
<div class="columns is-multiline reverse-columns">
6060
<div class="column is-8-tablet is-9-desktop">
61+
{% if page.url contains 'archive' %}
62+
<div class="notification is-warning">
63+
<strong>Notice:</strong> This personal page has been archived as the individual is no longer affiliated with the Security & Trust research unit. It remains available for reference purposes only.
64+
</div>
65+
{% endif %}
66+
6167
{% assign strippedContent = content | strip %}
6268
{% if strippedContent.size > 0 %}
6369
<section class="contains-bio">

0 commit comments

Comments
 (0)