7e1d448237bd4fcd51365186ad84235f1e7355ea
jnavarr5
  Fri Feb 28 15:26:45 2025 -0800
Adding the highlight feature to the indexNews page, refs #34703

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index 24d79194f51..0412827da71 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,54 +1,54 @@
 <!-- News item template:
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   __DATE__ -
   <a href="goldenPath/newsarch.html#__MMDDYY__">
   __HEADLINE__
   </a></div>
 
   1. Replace __DATE__ with something like 'Apr. 29, 2016'
   2. Replace __MMDDYY__ with something like '042916'
   3. Replace __HEADLINE__ with the news item's headline like 'Awesome New Feature'
      Be sure to follow the CORRECT STYLE for the headline: 
         - capitalize first letter of headline - no other caps except for proper nouns and acronyms
         - check that headline char count doesn't exceed the line length (otherwise will truncate)
         - approx 50 characters
   4. Drop the bottom item from the list (limit of 6 items at a time)
 
                                                 | <- Cutoff point
 -->
+  <div class="jwNewsItem jwSingleLineRightColumn">
+  Mar. 03, 2025 -
+  <a href="goldenPath/newsarch.html#030325">
+  New highlight features for track hubs now available
+  </a></div>
+
   <div class="jwNewsItem jwSingleLineRightColumn">
   Feb. 24, 2025 -
   <a href="goldenPath/newsarch.html#022425">
   enGenome VarChat track for human (hg38 and hg19)
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   Feb. 21, 2025 -
   <a href="goldenPath/newsarch.html#022125">
   New AlphaMissense tracks for Human (hg19/hg38)
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   Feb. 14, 2025 -
   <a href="goldenPath/newsarch.html#021425">
   CIViC track for hg19 and hg38 is now available
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   Jan. 31, 2025 -
   <a href="goldenPath/newsarch.html#013125">
   New COSMIC track for hg19 and update for hg38 COSMIC track
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   Dec. 20, 2024 -
   <a href="goldenPath/newsarch.html#122024">
   NCBI Gene Orthologs track available for hg38, mm39, danRer11, canFam6, and bosTau9
   </a></div>
-
-  <div class="jwNewsItem jwSingleLineRightColumn">
-  Dec. 10, 2024 -
-  <a href="goldenPath/newsarch.html#121024">
-  DECIPHER Population CNVs track for Human (hg19/hg38)
-  </a></div>