{"id":6,"date":"2026-04-22T16:48:26","date_gmt":"2026-04-22T16:48:26","guid":{"rendered":"https:\/\/hardknocksunlimited.com\/?page_id=6"},"modified":"2026-04-22T17:57:55","modified_gmt":"2026-04-22T17:57:55","slug":"home","status":"publish","type":"page","link":"https:\/\/hardknocksunlimited.com\/","title":{"rendered":""},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@200;300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<!-- Organization schema \u2014 also paste into RankMath > Schema > Custom Schema -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Organization\",\n  \"name\": \"Hard Knocks Unlimited\",\n  \"alternateName\": \"HKU\",\n  \"url\": \"https:\/\/hardknocksunlimited.com\",\n  \"logo\": \"https:\/\/hardknocksunlimited.com\/wp-content\/uploads\/hku-logo.png\",\n  \"description\": \"Independent media and communications company based in Philadelphia. Publisher of four magazines, the Hard Knocks Coffee label, and the Hard Knocks PR practice.\",\n  \"foundingDate\": \"2019\",\n  \"founder\": {\n    \"@type\": \"Person\",\n    \"name\": \"Allan Lane\",\n    \"url\": \"https:\/\/allanlanestudio.com\"\n  },\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"addressLocality\": \"Philadelphia\",\n    \"addressRegion\": \"PA\",\n    \"addressCountry\": \"US\"\n  },\n  \"sameAs\": [\n    \"https:\/\/dosagemagazine.com\",\n    \"https:\/\/sportbikesincmag.com\",\n    \"https:\/\/clubforman.com\",\n    \"https:\/\/artsxhibit.com\",\n    \"https:\/\/hardknocksmoto.com\",\n    \"https:\/\/allanlanestudio.com\"\n  ]\n}\n<\/script>\n\n<style>\n\/* ============================================================\n   HKU LANDING \u2014 scoped under .hku-landing\n   Safe to paste into a WP Custom HTML block; won't touch theme CSS\n   ============================================================ *\/\n\n.hku-landing, .hku-landing *, .hku-landing *::before, .hku-landing *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n.hku-landing {\n  --bg: #ffffff;\n  --bg-2: #f7f6f3;\n  --text: #0a0a0a;\n  --muted: #5a5a5a;\n  --accent: #0f3d2e;\n  --accent-hover: #082418;\n  --rule: #e7e5df;\n  background: var(--bg);\n  color: var(--text);\n  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;\n  font-weight: 400;\n  line-height: 1.6;\n  letter-spacing: -0.01em;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n.hku-landing img { max-width: 100%; display: block; }\n.hku-landing a { color: inherit; text-decoration: none; }\n.hku-landing button { font: inherit; background: none; border: none; cursor: pointer; color: inherit; }\n\n\/* Top nav *\/\n.hku-landing .hku-nav {\n  padding: 24px; border-bottom: 1px solid var(--rule);\n  display: flex; justify-content: space-between; align-items: center;\n}\n.hku-landing .hku-nav .mark {\n  font-weight: 700; font-size: 15px; letter-spacing: -0.02em;\n  display: flex; align-items: center; gap: 10px;\n}\n.hku-landing .hku-nav .mark::before {\n  content: \"\"; width: 10px; height: 10px; background: var(--accent); display: inline-block;\n}\n.hku-landing .hku-nav .cta {\n  font-size: 13px; font-weight: 500; color: var(--muted);\n  transition: color 0.2s ease;\n}\n.hku-landing .hku-nav .cta:hover { color: var(--accent); }\n\n\/* Hero *\/\n.hku-landing .hku-hero {\n  padding: 72px 24px 88px; border-bottom: 1px solid var(--rule);\n}\n.hku-landing .hku-hero .eyebrow {\n  font-size: 12px; font-weight: 600; color: var(--accent);\n  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 24px;\n  display: inline-flex; align-items: center; gap: 10px;\n}\n.hku-landing .hku-hero .eyebrow::before {\n  content: \"\"; width: 24px; height: 1px; background: var(--accent);\n}\n.hku-landing .hku-hero h1 {\n  font-weight: 300; font-size: clamp(40px, 8vw, 88px);\n  line-height: 1.02; letter-spacing: -0.035em;\n  margin-bottom: 32px; max-width: 16ch;\n}\n.hku-landing .hku-hero h1 strong { font-weight: 700; }\n.hku-landing .hku-hero .lede {\n  font-size: clamp(17px, 2vw, 20px); font-weight: 400; color: var(--muted);\n  max-width: 58ch; line-height: 1.55;\n}\n\n\/* Pillars strip *\/\n.hku-landing .hku-pillars {\n  display: grid; grid-template-columns: 1fr; gap: 1px;\n  background: var(--rule); border-top: 1px solid var(--rule);\n}\n.hku-landing .hku-pillar {\n  padding: 32px 24px; background: var(--bg);\n  display: flex; flex-direction: column; gap: 10px;\n}\n.hku-landing .hku-pillar .n {\n  font-size: 11px; font-weight: 700; color: var(--accent);\n  letter-spacing: 0.14em;\n}\n.hku-landing .hku-pillar .t {\n  font-weight: 700; font-size: 16px; letter-spacing: -0.01em;\n}\n.hku-landing .hku-pillar .d {\n  font-size: 13px; color: var(--muted); line-height: 1.5;\n}\n\n\/* Generic section *\/\n.hku-landing .hku-section { padding: 88px 24px; border-bottom: 1px solid var(--rule); }\n.hku-landing .hku-section .kicker {\n  font-size: 12px; font-weight: 600; color: var(--accent);\n  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px;\n}\n.hku-landing .hku-section h2 {\n  font-weight: 300; font-size: clamp(32px, 5vw, 48px);\n  letter-spacing: -0.03em; line-height: 1.1;\n  margin-bottom: 16px; max-width: 22ch;\n}\n.hku-landing .hku-section h2 strong { font-weight: 700; }\n.hku-landing .hku-section .desc {\n  font-size: 16px; color: var(--muted); max-width: 54ch; margin-bottom: 48px;\n}\n\n\/* Publications grid *\/\n.hku-landing .hku-pubs {\n  display: grid; grid-template-columns: 1fr; gap: 1px;\n  background: var(--rule); border: 1px solid var(--rule);\n}\n.hku-landing .hku-pub {\n  background: var(--bg); padding: 32px 28px;\n  transition: background 0.2s ease;\n  display: flex; flex-direction: column; gap: 12px; min-height: 180px;\n}\n.hku-landing .hku-pub:hover { background: var(--bg-2); }\n.hku-landing .hku-pub .top {\n  display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;\n}\n.hku-landing .hku-pub h3 {\n  font-weight: 700; font-size: 22px; letter-spacing: -0.02em; line-height: 1.15;\n}\n.hku-landing .hku-pub .arr {\n  font-size: 18px; color: var(--muted); font-weight: 300;\n  transition: transform 0.2s ease, color 0.2s ease;\n}\n.hku-landing .hku-pub:hover .arr { transform: translate(3px, -3px); color: var(--accent); }\n.hku-landing .hku-pub .url {\n  font-size: 12px; color: var(--muted); font-weight: 500;\n}\n.hku-landing .hku-pub p {\n  font-size: 14px; color: var(--muted); line-height: 1.55; margin-top: auto;\n}\n\n\/* Duo: coffee + PR *\/\n.hku-landing .hku-duo { display: grid; grid-template-columns: 1fr; gap: 24px; }\n.hku-landing .hku-card {\n  padding: 40px 32px; background: var(--bg-2);\n  display: flex; flex-direction: column; gap: 16px;\n  border-left: 2px solid var(--accent);\n}\n.hku-landing .hku-card .tag {\n  font-size: 11px; font-weight: 700; color: var(--accent);\n  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px;\n}\n.hku-landing .hku-card h3 {\n  font-weight: 700; font-size: clamp(24px, 3.5vw, 32px);\n  letter-spacing: -0.02em; line-height: 1.1;\n}\n.hku-landing .hku-card p {\n  color: var(--muted); font-size: 15px; max-width: 48ch;\n}\n.hku-landing .hku-btn {\n  display: inline-flex; align-items: center; gap: 10px;\n  padding: 14px 20px; background: var(--accent); color: #fff;\n  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;\n  align-self: flex-start; margin-top: 12px;\n  transition: background 0.2s ease;\n}\n.hku-landing .hku-btn:hover { background: var(--accent-hover); }\n.hku-landing .hku-btn .arr { font-weight: 300; transition: transform 0.2s ease; }\n.hku-landing .hku-btn:hover .arr { transform: translateX(4px); }\n.hku-landing .hku-btn.outline {\n  background: transparent; color: var(--accent); border: 1px solid var(--accent);\n}\n.hku-landing .hku-btn.outline:hover { background: var(--accent); color: #fff; }\n\n\/* Press contact bar (stands out) *\/\n.hku-landing .hku-press-bar {\n  padding: 56px 24px; background: var(--accent); color: #fff;\n}\n.hku-landing .hku-press-bar .inner {\n  display: flex; flex-direction: column; gap: 20px; align-items: flex-start;\n}\n.hku-landing .hku-press-bar .k {\n  font-size: 12px; font-weight: 600; letter-spacing: 0.12em;\n  text-transform: uppercase; color: #8ec5a9;\n}\n.hku-landing .hku-press-bar h3 {\n  font-weight: 300; font-size: clamp(24px, 4vw, 36px);\n  letter-spacing: -0.02em; line-height: 1.15; max-width: 24ch;\n}\n.hku-landing .hku-press-bar h3 strong { font-weight: 700; }\n.hku-landing .hku-press-bar a {\n  display: inline-flex; align-items: center; gap: 10px;\n  padding: 14px 22px; background: #fff; color: var(--accent);\n  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;\n  transition: background 0.2s ease;\n}\n.hku-landing .hku-press-bar a:hover { background: #e9f2ed; }\n\n\/* About *\/\n.hku-landing .hku-about { display: grid; grid-template-columns: 1fr; gap: 24px; }\n.hku-landing .hku-about .who {\n  font-size: 13px; color: var(--muted); letter-spacing: 0.02em;\n}\n.hku-landing .hku-about .who strong {\n  color: var(--text); display: block; margin-bottom: 4px; font-weight: 700;\n}\n.hku-landing .hku-about p {\n  font-size: 16px; color: var(--muted); max-width: 52ch;\n}\n.hku-landing .hku-about a.inline-link {\n  color: var(--accent); font-weight: 600;\n  border-bottom: 1px solid var(--accent);\n}\n\n\/* Footer *\/\n.hku-landing .hku-foot {\n  padding: 64px 24px 40px; background: #0a0a0a; color: #fff;\n}\n.hku-landing .hku-foot .mark {\n  font-weight: 700; font-size: 20px; letter-spacing: -0.02em;\n  margin-bottom: 32px;\n  display: flex; align-items: center; gap: 10px;\n}\n.hku-landing .hku-foot .mark::before {\n  content: \"\"; width: 10px; height: 10px; background: var(--accent); display: inline-block;\n}\n.hku-landing .hku-foot .grid {\n  display: grid; grid-template-columns: 1fr 1fr; gap: 32px 16px; font-size: 13px;\n}\n.hku-landing .hku-foot .col h4 {\n  font-size: 11px; font-weight: 600; color: #7a7a7a;\n  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px;\n}\n.hku-landing .hku-foot .col a {\n  display: block; padding: 4px 0; color: #e0e0e0;\n  transition: color 0.2s ease;\n}\n.hku-landing .hku-foot .col a:hover { color: #fff; }\n.hku-landing .hku-foot .fine {\n  margin-top: 48px; padding-top: 24px; border-top: 1px solid #222;\n  font-size: 12px; color: #7a7a7a;\n  display: flex; flex-direction: column; gap: 8px;\n}\n\n@media (min-width: 720px) {\n  .hku-landing .hku-nav { padding: 28px 56px; }\n  .hku-landing .hku-hero { padding: 120px 56px 136px; }\n  .hku-landing .hku-pillars { grid-template-columns: repeat(3, 1fr); }\n  .hku-landing .hku-pillar { padding: 36px 32px; }\n  .hku-landing .hku-section { padding: 120px 56px; }\n  .hku-landing .hku-pubs { grid-template-columns: 1fr 1fr; }\n  .hku-landing .hku-duo { grid-template-columns: 1fr 1fr; }\n  .hku-landing .hku-card { padding: 56px 48px; }\n  .hku-landing .hku-press-bar { padding: 80px 56px; }\n  .hku-landing .hku-press-bar .inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 48px; }\n  .hku-landing .hku-press-bar h3 { flex: 1; }\n  .hku-landing .hku-about { grid-template-columns: 1fr 2fr; gap: 64px; }\n  .hku-landing .hku-foot { padding: 88px 56px 48px; }\n  .hku-landing .hku-foot .grid { grid-template-columns: repeat(4, 1fr); gap: 40px; }\n  .hku-landing .hku-foot .fine { flex-direction: row; justify-content: space-between; }\n}\n<\/style>\n<\/head>\n<body>\n\n<div class=\"hku-landing\">\n\n  <!-- NAV -->\n  <header class=\"hku-nav\">\n    <div class=\"mark\">Hard Knocks Unlimited<\/div>\n    <a class=\"cta\" href=\"#contact\">Contact \u2192<\/a>\n  <\/header>\n\n  <!-- HERO -->\n  <section class=\"hku-hero\">\n    <div class=\"eyebrow\">Independent media company<\/div>\n    <h1>A <strong>media &amp; communications<\/strong> company, built in Philadelphia.<\/h1>\n    <p class=\"lede\">Hard Knocks Unlimited operates four independent magazines, the Hard Knocks Coffee label, and a press practice serving brands, galleries, makers, and motorsport programs.<\/p>\n  <\/section>\n\n  <!-- PILLARS -->\n  <nav class=\"hku-pillars\" aria-label=\"What we do\">\n    <a class=\"hku-pillar\" href=\"#publications\">\n      <span class=\"n\">01 \u2014<\/span>\n      <span class=\"t\">Publications<\/span>\n      <span class=\"d\">Four independent magazines.<\/span>\n    <\/a>\n    <a class=\"hku-pillar\" href=\"#pr\">\n      <span class=\"n\">02 \u2014<\/span>\n      <span class=\"t\">Communications<\/span>\n      <span class=\"d\">Press &amp; media relations.<\/span>\n    <\/a>\n    <a class=\"hku-pillar\" href=\"#coffee\">\n      <span class=\"n\">03 \u2014<\/span>\n      <span class=\"t\">Coffee<\/span>\n      <span class=\"d\">Small-batch roaster.<\/span>\n    <\/a>\n  <\/nav>\n\n  <!-- PUBLICATIONS -->\n  <section class=\"hku-section\" id=\"publications\">\n    <div class=\"kicker\">\u2014 Publications<\/div>\n    <h2>Four titles, <strong>one standard<\/strong>.<\/h2>\n    <p class=\"desc\">Independent editorial covering Philadelphia arts and culture, performance motorcycles, men&#8217;s lifestyle, and visual arts.<\/p>\n\n    <div class=\"hku-pubs\">\n      <a class=\"hku-pub\" href=\"https:\/\/dosagemagazine.com\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"top\">\n          <h3>dosage MAGAZINE<\/h3>\n          <span class=\"arr\">\u2197<\/span>\n        <\/div>\n        <div class=\"url\">dosagemagazine.com<\/div>\n        <p>Philadelphia arts, culture, food, and nightlife coverage.<\/p>\n      <\/a>\n      <a class=\"hku-pub\" href=\"https:\/\/sportbikesincmag.com\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"top\">\n          <h3>SportBikes Inc<\/h3>\n          <span class=\"arr\">\u2197<\/span>\n        <\/div>\n        <div class=\"url\">sportbikesincmag.com<\/div>\n        <p>Performance motorcycle content for the #SBINATION community.<\/p>\n      <\/a>\n      <a class=\"hku-pub\" href=\"https:\/\/clubforman.com\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"top\">\n          <h3>Club For Man<\/h3>\n          <span class=\"arr\">\u2197<\/span>\n        <\/div>\n        <div class=\"url\">clubforman.com<\/div>\n        <p>Men&#8217;s lifestyle \u2014 tactical, cigars, spirits, automobiles, tech.<\/p>\n      <\/a>\n      <a class=\"hku-pub\" href=\"https:\/\/artsxhibit.com\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"top\">\n          <h3>ArtsXhibit<\/h3>\n          <span class=\"arr\">\u2197<\/span>\n        <\/div>\n        <div class=\"url\">artsxhibit.com<\/div>\n        <p>Visual arts, artist profiles, exhibitions, and gallery news.<\/p>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- VENTURES (Coffee + PR) -->\n  <section class=\"hku-section\">\n    <div class=\"kicker\">\u2014 Ventures &amp; Services<\/div>\n    <h2>Beyond the <strong>publications<\/strong>.<\/h2>\n    <p class=\"desc\">Two additional operations under the HKU umbrella.<\/p>\n\n    <div class=\"hku-duo\">\n      <div class=\"hku-card\" id=\"pr\">\n        <span class=\"tag\">Services<\/span>\n        <h3>Hard Knocks PR<\/h3>\n        <p>Press, media relations, and editorial consulting for brands, galleries, makers, and motorsport programs.<\/p>\n        <a class=\"hku-btn\" href=\"#contact\">Start a conversation <span class=\"arr\">\u2192<\/span><\/a>\n      <\/div>\n      <div class=\"hku-card\" id=\"coffee\">\n        <span class=\"tag\">Product<\/span>\n        <h3>Hard Knocks Coffee<\/h3>\n        <p>Small-batch coffee roasted for riders and readers. A Hard Knocks Moto project, shipped direct.<\/p>\n        <a class=\"hku-btn outline\" href=\"https:\/\/hardknocksmoto.com\" target=\"_blank\" rel=\"noopener\">Shop the roaster <span class=\"arr\">\u2192<\/span><\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PRESS CONTACT BAR -->\n  <section class=\"hku-press-bar\" id=\"contact\">\n    <div class=\"inner\">\n      <div>\n        <div class=\"k\">Press &amp; Inquiries<\/div>\n        <h3 style=\"margin-top:12px\">Working on a <strong>brand story<\/strong>, launch, or feature?<\/h3>\n      <\/div>\n      <a href=\"mailto:press@hardknocksunlimited.com\">Pitch us \u2192<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- STUDIO \/ ABOUT -->\n  <section class=\"hku-section\" id=\"studio\">\n    <div class=\"kicker\">\u2014 Leadership<\/div>\n    <h2>Founded by <strong>Allan Lane<\/strong>.<\/h2>\n\n    <div class=\"hku-about\">\n      <div class=\"who\">\n        <strong>Allan Lane<\/strong>\n        Founder &amp; Publisher<br>\n        Philadelphia, PA\n      <\/div>\n      <div>\n        <p>Publisher, editor, visual artist, and avid motorcyclist. Allan founded Hard Knocks Unlimited to build independent editorial properties with a clear point of view and the room to grow. Outside the company, he paints bold figurative portraits \u2014 see the studio at <a class=\"inline-link\" href=\"https:\/\/allanlanestudio.com\" target=\"_blank\" rel=\"noopener\">allanlanestudio.com<\/a>.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER -->\n  <footer class=\"hku-foot\">\n    <div class=\"mark\">Hard Knocks Unlimited<\/div>\n    <div class=\"grid\">\n      <div class=\"col\">\n        <h4>Publications<\/h4>\n        <a href=\"https:\/\/dosagemagazine.com\" target=\"_blank\" rel=\"noopener\">dosage MAGAZINE<\/a>\n        <a href=\"https:\/\/sportbikesincmag.com\" target=\"_blank\" rel=\"noopener\">SportBikes Inc<\/a>\n        <a href=\"https:\/\/clubforman.com\" target=\"_blank\" rel=\"noopener\">Club For Man<\/a>\n        <a href=\"https:\/\/artsxhibit.com\" target=\"_blank\" rel=\"noopener\">ArtsXhibit<\/a>\n      <\/div>\n      <div class=\"col\">\n        <h4>Ventures<\/h4>\n        <a href=\"#pr\">Hard Knocks PR<\/a>\n        <a href=\"https:\/\/hardknocksmoto.com\" target=\"_blank\" rel=\"noopener\">Hard Knocks Coffee<\/a>\n      <\/div>\n      <div class=\"col\">\n        <h4>Contact<\/h4>\n        <a href=\"mailto:press@hardknocksunlimited.com\">Press inquiries<\/a>\n        <a href=\"mailto:hello@hardknocksunlimited.com\">General<\/a>\n      <\/div>\n      <div class=\"col\">\n        <h4>Social<\/h4>\n        <a href=\"#\">Instagram<\/a>\n        <a href=\"#\">Twitter \/ X<\/a>\n        <a href=\"#\">LinkedIn<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"fine\">\n      <span>\u00a9 2026 Hard Knocks Unlimited. All rights reserved.<\/span>\n      <span>Philadelphia, PA<\/span>\n    <\/div>\n  <\/footer>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Hard Knocks Unlimited Contact \u2192 Independent media company A media &amp; communications company, built in Philadelphia. Hard Knocks Unlimited operates four independent magazines, the Hard Knocks Coffee label, and a press practice serving brands, galleries, makers, and motorsport programs. 01 \u2014 Publications Four independent magazines. 02 \u2014 Communications Press &amp; media relations. 03 \u2014 Coffee &#8230; <a title=\"\" class=\"read-more\" href=\"https:\/\/hardknocksunlimited.com\/\" aria-label=\"Read more about \">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hardknocksunlimited.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hardknocksunlimited.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hardknocksunlimited.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hardknocksunlimited.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hardknocksunlimited.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":4,"href":"https:\/\/hardknocksunlimited.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":12,"href":"https:\/\/hardknocksunlimited.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/12"}],"wp:attachment":[{"href":"https:\/\/hardknocksunlimited.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}