Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

placeholder site #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,27 @@
<head>
{{- partial "head.html" . -}}
<!-- fb -->
<!--
<meta property="og:url" content="{{ .Permalink }}" />
<meta
property="og:title"
content="{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}"
/>
<meta property="og:description" content="{{ .Summary }}" />
<!-- tw -->
tw -->

<!--
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}"
/>
<meta name="twitter:description" content="{{ .Summary }}" />
<meta name="twitter:site" content="@personaelabs" />
-->

{{ if .Params.Image }}
<!-- {{ if .Params.Image }} -->
<!--
<meta
property="og:image"
content="{{ .Site.BaseURL }}media/{{ .Params.Image }}"
Expand All @@ -36,11 +41,12 @@
name="twitter:image"
content="{{ .Site.BaseURL }}media/default-preview.jpg"
/>
{{ end }}
-->
<!-- {{ end }} -->
</head>
<body>
<main>
{{- partial "header.html" . -}}
<!-- {{- partial "header.html" . -}} -->
<div>
<div id="content">{{- block "main" . }}{{- end }}</div>
{{- partial "footer.html" . -}}
Expand Down
12 changes: 3 additions & 9 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ <h1 class="title"><u>{{ .Site.Title }}</u></h1>
<div class="description">
<p>
We are <strong>Personae Labs</strong>, an R&D lab investigating the future
of human expression online. We believe that the availability of advanced
cryptography in consumer devices and the rise of public social networks
will completely alter the shape of digital society. Read our
<a href="/posts/personae">introductory post</a>.
of human expression online.
</p>
<p>
If you’re excited by advanced cryptography, digital identity where you
control your own data, or personable social design, please reach out by
Discord: we are especially excited to hear from traditionally
underrepresented groups to ensure that everyone is included in the future
of digital expression.
We have a new site dropping soon. Any links to our old blog will still work.
In the meanwhile, follow us on <a href="https://twitter.com/personae_labs">Twitter</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/hackerman/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="flexCenter">
<p class="footer text-center">© 2022 Personae Labs</p>
<p class="footer text-center">© 2023 Personae Labs</p>
</div>
Loading