Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monocle should support p-summary in h-entry #50

Open
lionirdeadman opened this issue Oct 22, 2020 · 1 comment
Open

Monocle should support p-summary in h-entry #50

lionirdeadman opened this issue Oct 22, 2020 · 1 comment

Comments

@lionirdeadman
Copy link

I think this is pretty self-explanatory.

For future reference, https://thelion.website shows this so it can be used to test Monocle.

@gRegorLove
Copy link

Another example from today in #indieweb-dev chat on https://michaelkupietz.com/:

Trimmed down source HTML:

<div class="h-entry">
	<h2 class="hero_h3">
		<a rel="bookmark" href="/generating-on-the-fly-addresses-anti-spam/">Generating On-The-Fly Email Addresses as an Anti-Spam Measure in WordPress</a>
	</h2>
	<div class="slider-entry-meta entry-meta">
		<div class="slider-entry-meta-elements entry-meta-elements">
			<div class="herosummary p-summary" itemprop="description">On my IT consulting business site, I’m using a php script I’ve written to generate on-the-fly random email addresses specific to the browsing session looking at the site. So, I…</div>
			<span class="wordcount">675 words</span>
			<time datetime="2024-07-07" class="updateddate dt-published">Updated Jul 7, 2024</time>
		</div>
	</div>
	<a href="/generating-on-the-fly-addresses-anti-spam/" class="slider-read-more read-more si-btn btn-small btn-outline btn-uppercase" role="button"><span>Click to Read More...</span></a>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants