Browse Source

desk til/bm archives

windhamdavid 1 year ago
parent
commit
7c1f227a54
2 changed files with 4 additions and 4 deletions
  1. 2 2
      inc/utils.php
  2. 2 2
      page-desk.php

+ 2 - 2
inc/utils.php

@@ -85,7 +85,7 @@ function pull_til() {
 	$i = 0;
 	foreach ($html->find('ul li ul li') as $li) {
 	    echo $li;
-		if (++$i == 20) break;
+		if (++$i == 24) break;
 	}
 }
 function pull_til_all() {
@@ -107,7 +107,7 @@ function bookmarks_pull() {
 	foreach ($html->find('.linklist-item-title h2 a') as $li) {
 	    if (!empty($html)) {
 			echo $li . '<br />';
-			if (++$i == 20) break;
+			if (++$i == 22) break;
 		}
 	}
 }

+ 2 - 2
page-desk.php

@@ -80,8 +80,8 @@ get_header(); ?>
 					</div>
 				</div>
 			</div>
-      <div class="float-end mt-n3">
-			  <a href="/archive/" type="button" class="btn btn-dark float-end">View Archives</a>
+      <div class="float-end mt-3">
+			  <a href="/archive/" type="button" class="btn btn-dark float-end"> ๐Ÿ‘‰๐Ÿผ View the Archives</a>
 		  </div>
 		</div>
 	</div>