This commit is contained in:
casual 2025-03-22 03:13:24 +03:00
parent 0287da3734
commit 50b6cb05a0
2 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,7 @@ Or write your message here (with contact information) and I will contact you:
<div class="form-container"> <div class="form-container">
<form id="postForm"> <form id="postForm">
<textarea rows="5" cols="50" id="textField" name="textField"> <textarea rows="5" cols="50" id="textField" name="textField"></textarea>
</textarea>
<!-- <input type="text" id="textField" name="textField"> --> <!-- <input type="text" id="textField" name="textField"> -->
<br> <br>
<button type="button" onclick="sendPostRequest()">Send</button> <button type="button" onclick="sendPostRequest()">Send</button>

View File

@ -73,7 +73,8 @@ params:
mainSections: [ "blog" ] # which sections should be on index/main page mainSections: [ "blog" ] # which sections should be on index/main page
sectionsWithFullContentOnListPage: [ "notes" ] # for which sections content should be displayed on list pages sectionsWithFullContentOnListPage: [ "notes" ] # for which sections content should be displayed on list pages
readMore: false # show read more button readMore: false # show read more button
readNextPosts: 5 # show 5 related posts, 0 by default # readNextPosts: 5 # show 5 related posts, 0 by default
readNextPosts: 0 # show 5 related posts, 0 by default
disableSummary: false disableSummary: false
toc: true # display Table of Contents toc: true # display Table of Contents
tocWordCount: 300 # ...when a post is longer than 300 words tocWordCount: 300 # ...when a post is longer than 300 words