add protocol issue page

This commit is contained in:
yggverse 2024-04-14 07:13:16 +03:00
parent 5236f004eb
commit d8175ec04e
2 changed files with 17 additions and 1 deletions

View File

@ -368,11 +368,19 @@ class Page
break;
default:
case str_starts_with($url, 'yoda://'):
$this->_openYoda(
$url
);
break;
default:
$this->_openYoda(
'yoda://protocol'
);
}
}

8
src/Page/Protocol.gmi Normal file
View File

@ -0,0 +1,8 @@
# Protocol issue
At this moment, supported protocols:
* gemini
* yoda
=> https://github.com/YGGverse/Yoda/issues Report