1234567891011121314151617181920212223242526272829303132 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2016 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'No time for writing',
- 'body' => <<<END
- <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" />
- <h2 id="general">General news</h2>
- <p>
- I had a closing shift at work tonight, and I have an opening shift in the morning.
- I don't have time to write a long entry tonight because I need rest, but at the same time, I also didn't do much today besides work and schoolwork.
- I'll touch on a recent work issue in tomorrow's entry, most likely.
- </p>
- END
- );
|