Blog Post Date Correction Checklist

Posts Needing Date Corrections (21 posts)

Instructions:

  1. Visit each AxonShield URL
  2. Right-click → Inspect Element → Find <span class="blog-list-item-date">
  3. Extract the date
  4. Convert to YYYY-MM-DD format
  5. Update the Jekyll post’s front matter

Posts to Fix:

DNS & Network Posts

Security Strategy Posts

Certificate Management Posts

WAF & Application Security Posts

Company & Operations Posts

Posts to Double-Check (these may also be wrong)

How to Update Jekyll Posts

  1. Open the .md file in _posts/
  2. Find the front matter at the top:
    ---
    layout: post
    title: "Post Title"
    date: 2025-09-28  ← Change this line
    ---
    
  3. Update the date field with correct date
  4. Save the file