This commit is contained in:
parent
e0553f529c
commit
3fe0e701d3
@ -1,7 +1,6 @@
|
||||
---
|
||||
hide:
|
||||
- toc
|
||||
comments: true
|
||||
---
|
||||
# Варианты добавления в проект
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
hide:
|
||||
- navigation
|
||||
- commants
|
||||
title: Home
|
||||
|
||||
---
|
||||
|
@ -19,6 +19,7 @@ nav:
|
||||
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: overrides
|
||||
language: ru
|
||||
favicon: assets/favicon.ico
|
||||
icon:
|
||||
|
@ -1,5 +1,6 @@
|
||||
{% if page.meta.comments %}
|
||||
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
|
||||
{% if "comments" in page.meta.hide %}
|
||||
{% else %}
|
||||
<h2 id="__comments" >{{ lang.t("meta.comments") }}</h2>
|
||||
<script>
|
||||
var remark_config = {
|
||||
host: "https://comments.struchkov.dev",
|
||||
|
Loading…
Reference in New Issue
Block a user