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
- 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]
### WIP
- fix: uri to access template folder (favicon, styles.css...)

View File

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

View File

@ -6,6 +6,15 @@ STL: Statique Littérateur
- Changelog: https://git.a-lec.org/echolib/stl/-/blob/main/CHANGELOG.md
- 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]
### WIP
- fix: uri to access template folder (favicon, styles.css...)

View File

@ -3,11 +3,8 @@
- new: content image syntax
# WIP
- fix: uri to access template folder (favicon, styles.css...)
- fix: sidebar uri
# IMPORTANT NOTE
You will have to check -F all your articles, before doing their wip -F
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.
You will have to wip -F again, to construct again your HTML pages, so
that URI sidebar can be reached

View File

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

View File

@ -6,6 +6,15 @@ STL: Statique Littérateur
- Changelog: https://git.a-lec.org/echolib/stl/-/blob/main/CHANGELOG.md
- 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]
### WIP
- fix: uri to access template folder (favicon, styles.css...)

View File

@ -3,11 +3,8 @@
- new: content image syntax
# WIP
- fix: uri to access template folder (favicon, styles.css...)
- fix: sidebar uri
# IMPORTANT NOTE
You will have to check -F all your articles, before doing their wip -F
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.
You will have to wip -F again, to construct again your HTML pages, so
that URI sidebar can be reached

View File

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