mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Update twentyfifteen & twentysixteen
Using the new social icon and call it using the default social() function.
This commit is contained in:
parent
81bf71c872
commit
2afc6a234c
6 changed files with 64 additions and 29 deletions
|
|
@ -274,6 +274,12 @@
|
|||
<input type="text" name="-config-social.tiktok" class="form-control" id="social.tiktok" value="<?php echo config('social.tiktok');?>" placeholder="https://tiktok.com/@username">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label for="social.youtube" class="col-sm-2 col-form-label">Youtube</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" name="-config-social.youtube" class="form-control" id="social.youtube" value="<?php echo config('social.youtube');?>" placeholder="https://www.youtube.com/user/username">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<div class="col-sm-10">
|
||||
<button type="submit" class="btn btn-primary"><?php echo i18n('Save_Config');?></button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue