This commit is contained in:
CHIEFSOFT\ameye
2024-09-07 07:05:09 -04:00
parent 46ad349dec
commit 249360f115
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class Home extends BaseController
//http://10.204.5.100:9083/en/wrench/api/v1/blogdata
// $out = $this->APIcall('GET','http://10.204.5.100:9083/en/wrench/api/v1/blogdata',[]);
$out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/sanyaameye',[]);
var_dump($out);
// var_dump($out);
//exit();
$siteData['blogdata'] = $out['payload']['blogdata'];
$siteData['blog_media_url'] = $out['payload']['image_url'];
+2 -2
View File
@@ -944,7 +944,7 @@
<img width="666" height="450" src="<?=$blog_media_url?>/<?=$item['meta_value']?>" alt="blog">
</figure>
<footer class="lqd-lp-footer flex items-end justify-end absolute pos-tl w-full h-full">
<a href="#" class="btn btn-solid btn-hover-swp border-none font-family-inherit text-12 uppercase font-bold leading-1/5em tracking-0/1em">
<a href="<?=$item['guid']?>" class="btn btn-solid btn-hover-swp border-none font-family-inherit text-12 uppercase font-bold leading-1/5em tracking-0/1em">
<span class="inline-flex items-center py-0/5rem px-1/5rem">
<span class="btn-txt">read</span>
<span class="btn-icon">
@@ -969,7 +969,7 @@
</div>
<header class="lqd-lp-header mb-1rem">
<h2 class="lqd-lp-title h5 m-0 font-bold">
<a href="#" data-split-text="true" data-split-options='{ "type" : "lines", "disableOnMobile" : true}'><?=$item['post_title']?></a>
<a href="<?=$item['guid']?>" data-split-text="true" data-split-options='{ "type" : "lines", "disableOnMobile" : true}'><?=$item['post_title']?></a>
</h2>
</header>
<a href="#" class="lqd-lp-overlay-link lqd-overlay z-2"></a>