31.xhtml 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2016 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'No time for writing',
  21. 'body' => <<<END
  22. <img src="/img/CC_BY-SA_4.0/y.st./weblog/2016/12/31.jpg" alt="Moss and other small plantlife growing on a garden-edging brick" class="weblog-header-image" width="809" height="480" />
  23. <h2 id="general">General news</h2>
  24. <p>
  25. I had a closing shift at work tonight, and I have an opening shift in the morning.
  26. I don&apos;t have time to write a long entry tonight because I need rest, but at the same time, I also didn&apos;t do much today besides work and schoolwork.
  27. I&apos;ll touch on a recent work issue in tomorrow&apos;s entry, most likely.
  28. </p>
  29. END
  30. );