WIP: big redesign #15

Manually merged
anton merged 40 commits from feat/refactor into main 2025-03-19 16:39:29 +00:00
6 changed files with 9 additions and 2 deletions
Showing only changes of commit 4111cd2eaf - Show all commits

View File

@ -13,7 +13,7 @@
{% endif %}
{% if page.title %}
<meta content="{{ page.title }}" property="og:title" />
<meta content="{{ page.tagline }}" property="og:title" />
<meta content="article" property="og:type" />
{% else %}
<meta content="website" property="og:type" />

View File

@ -1,5 +1,6 @@
---
title: Company
tagline: Distrust | Company
layout: company
permalink: /company.html
thumbnail: /assets/base/company-thumbnail.png

View File

@ -1,6 +1,7 @@
---
title: Contact
layout: contact
tagline: Distrust | Contact
layout: contact
permalink: /contact.html
---

View File

@ -1,5 +1,6 @@
---
title: Home
tagline: Distrust | Home
layout: landing
permalink: /index.html
thumbnail: /assets/base/landing-thumbnail.png

View File

@ -1,5 +1,7 @@
---
title: Roadmap
tagline: Distrust | Roadmap
summary: Open source tools for verifiable security
layout: roadmap
permalink: /roadmap.html
thumbnail: /assets/base/roadmap-thumbnail.png

View File

@ -1,6 +1,8 @@
---
title: Services
tagline: Distrust | Services
layout: services
summary: Hire Distrust to solve your hardest security challenges
permalink: /services.html
thumbnail: /assets/base/services-thumbnail.png
---