h-card in article p-entry, minor fixes lineageos article

This commit is contained in:
Wouter Groeneveld 2021-03-01 20:00:41 +01:00
parent 4bd8e59676
commit 496adfaa31
4 changed files with 11 additions and 10 deletions

View File

@ -80,9 +80,12 @@ A few other apps I regularly use that worked flawlessly on LineageOS:
- Firefox Mobile with the [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) plugin
- Goodreads
- [FreeOTP](https://freeotp.github.io/)
- [FreeOTP](https://freeotp.github.io/)[^otp]
- Bandcamp ([You Shouldn't Use Spotify](/2021/02/you-shouldnt-use-spotify/))
- Spotify (Don't believe everything I write)
- [AnySoftKeyboard](https://anysoftkeyboard.github.io/)
[^otp]: Backup your settings before reinstalling your phone! I locked myself out of my Paypal account because of that...
After stress testing LineageOS for two weeks, I can safely say I'm impressed. Even the battery life somewhat improved. Granted, I am not a heavy smartphone user. I hate carrying the thing around and sometimes "forget" it, much to my wife's frustration. But still - I thought getting rid of Google Calendar and others would involve more headaches. I have deleted most e-mails, all my photos, calendar items, and contacts from my Google account, and have not regretted it once. However, _do not delete your entire Google account_. It now serves as a good spam e-mail address! Give those pesky car salesman your GMail address and they'll think they've got you. Ha!

View File

@ -9,10 +9,10 @@
<div class="e-content content">
{{ .Content | safeHTML }}
</div>
{{ partial "single-comments" . }}
</article>
{{ partial "single-related" . }}
{{ partial "single-comments" . }}
<footer>
<svg class='icon icon-text' width='24' height='24'><use xlink:href='#up'></use></svg><a href="#top">Top</a>

View File

@ -1,5 +1,5 @@
{{ if (not .Params.disableComments) }}
<article class="h-card">
<div class="h-card">
<h4 class="page-header">
<svg class='icon icon-text' width='24' height='24'>
<use xlink:href='#discuss'></use>
@ -26,5 +26,5 @@
Reach me using: <code>[firstname] at [this domain]</code>.
</noscript>
</div>
</article>
</div>
{{ end }}

View File

@ -19,8 +19,10 @@
<time datetime='{{ .Date.Format "2006-01-02" }}' class="dt-published">
<svg class='icon icon-text' width='24' height='24'>
<use xlink:href='#cal1'></use>
</svg>
{{ .Date.Format (.Site.Params.dateFormat | default "2 January 2006") }}
</svg>
<a class="u-url u-uid" href="{{ .RelPermalink }}">
{{ .Date.Format (.Site.Params.dateFormat | default "2 January 2006") }}
</a>
</time>
{{ end }}
{{ if isset .Params "categories" }}
@ -36,10 +38,6 @@
{{ end }}
</h3>
{{ end }}
<a rel="author" class="p-author h-card u-url u-uid" href="{{ .RelPermalink }}">
{{ $.Site.Author.name }}
</a>
{{ if isset $.Params "tags" }}
<svg class='icon icon-text' width='24' height='24'>