Version 0.2.5. Fix: sidebar URI (HTML)

This commit is contained in:
Cyrille L 2022-08-14 00:16:11 +02:00
parent 41ef63bcb6
commit df60504002
8 changed files with 36 additions and 15 deletions

View File

@ -6,6 +6,15 @@ STL: Statique Littérateur
- Changelog: https://git.a-lec.org/echolib/stl/-/blob/main/CHANGELOG.md - Changelog: https://git.a-lec.org/echolib/stl/-/blob/main/CHANGELOG.md
- License: https://git.a-lec.org/echolib/stl/-/blob/main/LICENSE - License: https://git.a-lec.org/echolib/stl/-/blob/main/LICENSE
## [0.2.5]
### WIP
- fix: sidebar uri
# IMPORTANT NOTE
You will have to wip -F again, to construct again your HTML pages, so
that URI sidebar can be reached
## [0.2.4] ## [0.2.4]
### WIP ### WIP
- fix: uri to access template folder (favicon, styles.css...) - fix: uri to access template folder (favicon, styles.css...)

View File

@ -1,5 +1,5 @@
Package: estl Package: estl
Version: 0.2.4 Version: 0.2.5
Section: custom Section: custom
Priority: optional Priority: optional
Architecture: all Architecture: all

View File

@ -6,6 +6,15 @@ STL: Statique Littérateur
- Changelog: https://git.a-lec.org/echolib/stl/-/blob/main/CHANGELOG.md - Changelog: https://git.a-lec.org/echolib/stl/-/blob/main/CHANGELOG.md
- License: https://git.a-lec.org/echolib/stl/-/blob/main/LICENSE - License: https://git.a-lec.org/echolib/stl/-/blob/main/LICENSE
## [0.2.5]
### WIP
- fix: sidebar uri
# IMPORTANT NOTE
You will have to wip -F again, to construct again your HTML pages, so
that URI sidebar can be reached
## [0.2.4] ## [0.2.4]
### WIP ### WIP
- fix: uri to access template folder (favicon, styles.css...) - fix: uri to access template folder (favicon, styles.css...)

View File

@ -3,11 +3,8 @@
- new: content image syntax - new: content image syntax
# WIP # WIP
- fix: uri to access template folder (favicon, styles.css...) - fix: sidebar uri
# IMPORTANT NOTE # IMPORTANT NOTE
You will have to check -F all your articles, before doing their wip -F You will have to wip -F again, to construct again your HTML pages, so
that URI sidebar can be reached
Tips: You could first, remove all files in /var/www/DOMAIN/wip/ and all
filees in "files", "images", and "template" folders, but keep these
folders.

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Version: 0.2.4 # Version: 0.2.5
# Name: Statique Littérateur # Name: Statique Littérateur
# Type: Executable # Type: Executable
# file: stl # file: stl

View File

@ -6,6 +6,15 @@ STL: Statique Littérateur
- Changelog: https://git.a-lec.org/echolib/stl/-/blob/main/CHANGELOG.md - Changelog: https://git.a-lec.org/echolib/stl/-/blob/main/CHANGELOG.md
- License: https://git.a-lec.org/echolib/stl/-/blob/main/LICENSE - License: https://git.a-lec.org/echolib/stl/-/blob/main/LICENSE
## [0.2.5]
### WIP
- fix: sidebar uri
# IMPORTANT NOTE
You will have to wip -F again, to construct again your HTML pages, so
that URI sidebar can be reached
## [0.2.4] ## [0.2.4]
### WIP ### WIP
- fix: uri to access template folder (favicon, styles.css...) - fix: uri to access template folder (favicon, styles.css...)

View File

@ -3,11 +3,8 @@
- new: content image syntax - new: content image syntax
# WIP # WIP
- fix: uri to access template folder (favicon, styles.css...) - fix: sidebar uri
# IMPORTANT NOTE # IMPORTANT NOTE
You will have to check -F all your articles, before doing their wip -F You will have to wip -F again, to construct again your HTML pages, so
that URI sidebar can be reached
Tips: You could first, remove all files in /var/www/DOMAIN/wip/ and all
filees in "files", "images", and "template" folders, but keep these
folders.

View File

@ -177,7 +177,7 @@ $(cat "$article_tmp_post")
<h1 class="${domain_css}_latest-posts">$domain_sidebar_title</h1> <h1 class="${domain_css}_latest-posts">$domain_sidebar_title</h1>
<ul class="${domain_css}_latest-posts" <ul class="${domain_css}_latest-posts"
aria-label="$domain_sidebar_title"> aria-label="$domain_sidebar_title">
<!--# include file="$sub_genuri_srv/templates/sidebar.html" --> <!--# include file="${sub_genuri_srv}template/sidebar.html" -->
</ul> </ul>
</nav> </nav>
</div> </div>