We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adab96a commit d0663a7Copy full SHA for d0663a7
1 file changed
_layouts/default.html
@@ -10,9 +10,7 @@
10
</head>
11
<body>
12
<div class="container-lg px-3 my-5 markdown-body">
13
- {% if site.title and site.title != page.title %}
14
- <h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
15
- {% endif %}
+ <h1><a href="{{ "/" | absolute_url }}">stef.nige.tech</a></h1>
16
17
{{ content }}
18
0 commit comments