Set pathname /opml as a pathname for OPML;

Add a message to be displayed upon empty content;
Add more error handlings;
Fix error related to Markdown parsing;
Fix error related to Atom Syndication Format;
Thank you roughnecks.
This commit is contained in:
Schimon Jehudah, Adv. 2024-07-12 16:50:59 +03:00
parent d1f1edbaca
commit 694c8bb489
4 changed files with 87 additions and 28 deletions

View file

@ -18,6 +18,13 @@ img, video {
height: auto;
}
.notice.no-entry {
margin: auto;
/* margin-left: 2%; */
/* margin-top: 2%; */
text-align: center;
}
h1#title, h2#subtitle, #actions, #references {
text-align: center;
text-transform: uppercase;
@ -75,6 +82,15 @@ h1#title, h2#subtitle, #actions, #references {
width: 20%;
}
#journal {
margin: auto;
}
#articles > ul {
margin: auto;
margin-top: 2%;
}
#articles #journal ol,
#articles #journal ul {
/* height: 500px; */
@ -157,7 +173,6 @@ h1#title, h2#subtitle, #actions, #references {
}
#articles #journal {
margin-left: unset;
margin-right: unset;
min-width: unset;
width: unset;