Version 0.2.5. Fix: sidebar URI (HTML)
This commit is contained in:
parent
41ef63bcb6
commit
df60504002
|
@ -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...)
|
||||
|
|
2
control
2
control
|
@ -1,5 +1,5 @@
|
|||
Package: estl
|
||||
Version: 0.2.4
|
||||
Version: 0.2.5
|
||||
Section: custom
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
|
|
@ -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...)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Version: 0.2.4
|
||||
# Version: 0.2.5
|
||||
# Name: Statique Littérateur
|
||||
# Type: Executable
|
||||
# file: stl
|
||||
|
|
|
@ -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...)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue