mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
update code to add design from main wp page
This commit is contained in:
@@ -134,10 +134,10 @@
|
|||||||
<div class="wp-site-content">
|
<div class="wp-site-content">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-3">
|
||||||
<img ng-src="https://api.microlink.io/?url={$ getFullUrl(wp.url) $}&screenshot=true&meta=false&embed=screenshot.url"
|
<img ng-src="{$ wp.screenshot $}"
|
||||||
alt="{$ wp.title $}"
|
alt="{$ wp.title $}"
|
||||||
class="img-responsive"
|
class="img-responsive"
|
||||||
style="max-width: 100%; margin-bottom: 10px;"
|
style="max-width: 100%; margin-bottom: 10px; min-height: 150px; background: #f5f5f5;"
|
||||||
onerror="this.onerror=null; this.src='https://s.wordpress.org/style/images/about/WordPress-logotype-standard.png';">
|
onerror="this.onerror=null; this.src='https://s.wordpress.org/style/images/about/WordPress-logotype-standard.png';">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<a ng-href="{$ getFullUrl(wp.url) $}" target="_blank" class="btn btn-default btn-sm">
|
<a ng-href="{$ getFullUrl(wp.url) $}" target="_blank" class="btn btn-default btn-sm">
|
||||||
|
|||||||
Reference in New Issue
Block a user