mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Added Bluesky to social accounts
As Twitter is becoming more and more of a muckraker, the alternative should be shown here as well.
This commit is contained in:
parent
973a2c5a05
commit
56f5460839
5 changed files with 15 additions and 0 deletions
|
|
@ -199,6 +199,12 @@
|
|||
<br>
|
||||
<h4><?php echo i18n('Social_Media');?></h4>
|
||||
<hr>
|
||||
<div class="form-group row">
|
||||
<label for="social.bluesky" class="col-sm-2 col-form-label">Bluesky</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" name="-config-social.bluesky" class="form-control" id="social.bluesky" value="<?php echo config('social.bluesky');?>" placeholder="https://bsky.app/profile/username.bsky.social">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label for="social.twitter" class="col-sm-2 col-form-label">Twitter</label>
|
||||
<div class="col-sm-10">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue