@media print {
  aside,
  #layout-top,
  footer,
  .webfeedsFeaturedVisual {
    display: none;
  }

  main {
    padding: 0.5em 0;
  }

  #blog-container #syntax-error {
    display: none;
  }

  /* Show href of links after the links
   * from: https://css-tricks.com/snippets/css/print-url-after-links/
   */
  #blog-container .post-tag:not(:last-child)::after,
  a::after {
    content: " (" attr(href) ") ";
  }

  a[href^="/"]::after {
    content: " (https://hamatti.org" attr(href) ") ";
  }

  .reach-out-cta {
    display: none;
  }
}
