This commit is contained in:
casual 2025-03-22 03:13:29 +03:00
parent 4df0197b83
commit 72c06d06a4
2 changed files with 4 additions and 5 deletions

View File

@ -42,10 +42,8 @@ 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> <br>
<!-- <input type="text" id="textField" name="textField"> -->
<br>
<button type="button" onclick="sendPostRequest()">Send</button> <button type="button" onclick="sendPostRequest()">Send</button>
</form> </form>
</div> </div>

View File

@ -72,7 +72,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