blog 2.0
This commit is contained in:
parent
0287da3734
commit
50b6cb05a0
@ -42,8 +42,7 @@ Or write your message here (with contact information) and I will contact you:
|
||||
|
||||
<div class="form-container">
|
||||
<form id="postForm">
|
||||
<textarea rows="5" cols="50" id="textField" name="textField">
|
||||
</textarea>
|
||||
<textarea rows="5" cols="50" id="textField" name="textField"></textarea>
|
||||
<!-- <input type="text" id="textField" name="textField"> -->
|
||||
<br>
|
||||
<button type="button" onclick="sendPostRequest()">Send</button>
|
||||
|
@ -73,7 +73,8 @@ params:
|
||||
mainSections: [ "blog" ] # which sections should be on index/main page
|
||||
sectionsWithFullContentOnListPage: [ "notes" ] # for which sections content should be displayed on list pages
|
||||
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
|
||||
toc: true # display Table of Contents
|
||||
tocWordCount: 300 # ...when a post is longer than 300 words
|
||||
|
Loading…
Reference in New Issue
Block a user