var head = document.getElementsByTagName("head")[0]


var feedletterWolItemsSection = `
<div class="wol">
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>Informative without being overwhelming. Cuts through the haze of horrible trans/homophobia to deliver succinct and, crucially, hopeful stories that are relevant to me.</p>
      <p class="item-name">By Nadia</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>I love having a regular dose of Queer news and information. I feel seen and valued. I particularly liked the article focussed on the word l lesbian, linking reticence to use the word to lesbian erasure. </p>
      <p class="item-name">By QueerAF reader</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>Despite doomscrolling habit, it seems I hadn&#39;t seen all that was worth knowing, so it was great to see the stuff I&#39;d missed. The Slate article you shared about how to get pro-trans news into an anti-trans publication was really interesting. </p>
      <p class="item-name">By QueerAF reader</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>Continues to be interesting and wide-ranging, keeping me up to date on what&#39;s happening on the Queer scene. Keep it up!</p>
      <p class="item-name">By Shiraz Hussain </p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>I get a concise take on a whole range of important stories and issues that I wouldn’t find out about elsewhere. It also helps aid my allyship for other queer groups by further educating me about identities and community concerns outside of my everyday social and media bubble.</p>
      <p class="item-name">By Jodi Fox</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>Enjoy the variety of news you give, the insights, getting to see news we wouldn&#39;t necessarily see in mainstream media, following the journey you&#39;re on, and as always just appreciating. Particularly liked the Queer Gaze. Keep meaning to write and say hello and introduce ourselves too. Will do that now!</p>
      <p class="item-name">By Squeaky Clean</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>I wouldn&#39;t have known about the anti-hate campaign focused on improving Twitter and Facebook if it wasn&#39;t for this newsletter. </p>
      <p class="item-name">By QueerAF reader</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>QueerAF is great!  I love being able to catch up with the week&#39;s queer news without getting drawn into social media shitstorms. You&#39;ve found a way to cure FOMO without the mental health impact. The Queer Gaze stories are brilliant too and your mission of supporting new and under-represented creatives is much needed.</p>
      <p class="item-name">By QueerAF reader</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>Keeps me in the loop at a glance!</p>
      <p class="item-name">By QueerAF reader</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>Concise, not bogging us down with doom and gloom, but also reporting the news as it comes</p>
      <p class="item-name">By QueerAF reader</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>I love that QueerAF provides news on queer issues written for queer people, rather than at a cishet angle</p>
      <p class="item-name">By QueerAF reader</p>
    </div>
  </div>
  
  <div class="item">
    <div class="item-left">
      <p>👍</p>
    </div>
    <div class="item-content">
      <p>Not just terrible news! Also, I love book and podcast recommendations :) </p>
      <p class="item-name">By QueerAF reader</p>
    </div>
  </div>
  
</div>
`

var feedletterWolItemsSectionFinal = feedletterWolItemsSection


var feedletterWol = `${feedletterWolItemsSectionFinal}
<div class="feedletter-brand">Wall of Love Powered by <a href="https://feedletter.co" rel="nofollow,noopener">FeedLetter.co</a></div>
`

    
let feedletter_wol_elem = document.getElementById("feedletter-wol")
feedletter_wol_elem.insertAdjacentHTML('beforeend', feedletterWol)