Skip to content

Commit 15643b5

Browse files
committed
Update layout, text
1 parent a1e8823 commit 15643b5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_includes/header.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717

1818
<div class="trigger">
1919
<a class="page-link" href="https://lockdownprivacy.com" target="_blank">Lockdown Privacy</a>
20-
<a class="page-link" href="https://openlyoperated.org" target="_blank">Openly Operated</a>
20+
<a class="page-link" href="https://openaudit.com/lockdownprivacy" target="_blank">OpenAudit</a>
2121
<a class="page-link" href="https://privacyreview.co" target="_blank">Privacy Review</a>
22+
<!-- <a class="page-link" href="https://openlyoperated.org" target="_blank">Openly Operated</a> -->
2223
{%- for path in page_paths -%}
2324
{%- assign my_page = site.pages | where: "path", path | first -%}
2425
{%- if my_page.title -%}

_includes/social.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{%- if site.facebook_username -%}<li><a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg> <span class="username">{{ site.facebook_username| escape }}</span></a></li>{%- endif -%}
44
{%- if site.flickr_username -%}<li><a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg> <span class="username">{{ site.flickr_username| escape }}</span></a></li>{%- endif -%}
55
{%- if site.github_username -%}<li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%}
6+
{%- if site.github_username -%}<li><a href="https://github.com/openlyoperated"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">openlyoperated</span></a></li>{%- endif -%}
67
{%- if site.instagram_username -%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg> <span class="username">{{ site.instagram_username| escape }}</span></a></li>{%- endif -%}
78
{%- if site.linkedin_username -%}<li><a href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg> <span class="username">{{ site.linkedin_username| escape }}</span></a></li>{%- endif -%}
89
{%- if site.pinterest_username -%}<li><a href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#pinterest' | relative_url }}"></use></svg> <span class="username">{{ site.pinterest_username| escape }}</span></a></li>{%- endif -%}

_layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h1 class="page-heading">{{ page.title }}</h1>
88
{%- endif -%}
99

10-
<p style="margin-top: 0px; padding-top: 0px; padding-bottom: 20px;">A blog about transparency, privacy, and incentives. Written by <a href="mailto:johnny@lockdownprivacy.com">Johnny Lin</a>, an ex-iCloud engineer who co-founded the <a href="https://lockdownprivacy.com/" target=_blank>Lockdown Privacy</a> app and the <a href="https://openlyoperated.org" target=_blank>Openly Operated</a> standard.</p>
10+
<p style="margin-top: 0px; padding-top: 0px; padding-bottom: 20px;">A blog about transparency, privacy, and incentives. Written by <a href="mailto:johnny@lockdownprivacy.com">Johnny Lin</a>, an ex-iCloud engineer who co-founded the <a href="https://lockdownprivacy.com/" target=_blank>Lockdown Privacy</a> app, and <a href="https://openaudit.com/lockdownprivacy" target=_blank>OpenAudit</a>, the open source auditing platform.</p>
1111

1212
{{ content }}
1313

0 commit comments

Comments
 (0)