main pull request #6
21 changed files with 21 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Über mich
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Blog
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
isso: true
|
||||
comments: true
|
||||
pdf: false
|
||||
date: 2024-01-07
|
||||
authors:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Kontakt
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
page.title: Lebenslauf
|
||||
pdf: false
|
||||
isso: false
|
||||
---
|
||||
coments: false
|
||||
---
|
||||
# Lebenslauf
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Datenschutzerklärung
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Impressum
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
template: home.html
|
||||
title: Stephan Hadan
|
||||
comments: false
|
||||
pdf: false
|
||||
hide:
|
||||
- toc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Kundenprojekte
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Interne IT-Projekte
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Projekte
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Private Projekte
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Welches-Fahrzeug passt zu mir?
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Die MDM-/MAM-Reise
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Pionierarbeit
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Projektsteckbriefe
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Das Programmierprojekt
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# IT-Umzüge
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Zero-Trust-Security
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pdf: false
|
||||
isso: false
|
||||
comments: false
|
||||
---
|
||||
# Tech-Stack
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if page and page.meta and page.meta.isso is string %}
|
||||
{% set isso = page.meta.isso %}
|
||||
{% endif %}
|
||||
{% if not page.is_homepage %}
|
||||
{% if not page.is_homepage and page.meta.comments %}
|
||||
{# Comment system (Isso) #}
|
||||
<div id="__comments">
|
||||
<script
|
||||
|
|
Loading…
Add table
Reference in a new issue