mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
add protocol issue page
This commit is contained in:
parent
5236f004eb
commit
d8175ec04e
@ -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
8
src/Page/Protocol.gmi
Normal file
@ -0,0 +1,8 @@
|
||||
# Protocol issue
|
||||
|
||||
At this moment, supported protocols:
|
||||
|
||||
* gemini
|
||||
* yoda
|
||||
|
||||
=> https://github.com/YGGverse/Yoda/issues Report
|
Loading…
x
Reference in New Issue
Block a user