Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
B
Booth.pub
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zachary Dunn
Booth.pub
Commits
4f6511b5
Commit
4f6511b5
authored
Jan 21, 2019
by
Zachary Dunn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update microformats to satisfy telegraph.p3k.io
parent
80e09766
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
templates/partials/entry.html.tera
templates/partials/entry.html.tera
+3
-3
templates/posts/boost.html.tera
templates/posts/boost.html.tera
+1
-1
templates/posts/like.html.tera
templates/posts/like.html.tera
+1
-1
No files found.
templates/partials/entry.html.tera
View file @
4f6511b5
...
...
@@ -23,7 +23,7 @@
</h3>
<h4 class="timestamp entry__timestamp">
Published on
<a href="{{post.url}}">
<a href="{{post.url}}"
class="u-url"
>
<time class="dt-published" datetime="{{post.published}}">
{# {{ post.published | date(format="{{date_format}}") }} #}
{{post.published}}
...
...
@@ -34,12 +34,12 @@
<section class="block__inner">
{% if post.like_of %}
<p>
<span>Liked <a href="{{ post.like_of }}" class="u-
url
">{{ post.like_of }}</a></span>
<span>Liked <a href="{{ post.like_of }}" class="u-
like-of
">{{ post.like_of }}</a></span>
</p>
{% endif %}
{% if post.repost_of %}
<p>
<span>Boosted <a href="{{ post.repost_of }}" class="u-
url
">{{ post.repost_of }}</a></span>
<span>Boosted <a href="{{ post.repost_of }}" class="u-
repost-of
">{{ post.repost_of }}</a></span>
</p>
{% endif %}
{% if post.src %} <img src="{{post.src}}" class="u-photo" alt="{{post.content}}" /> {% endif %}
...
...
templates/posts/boost.html.tera
View file @
4f6511b5
...
...
@@ -15,7 +15,7 @@
</header>
<section class="block__inner">
<p class="e-content">
Boosted <a href="{{ post.repost_of }}" class="u-
url
">{{ post.repost_of }}</a>
Boosted <a href="{{ post.repost_of }}" class="u-
repost-of
">{{ post.repost_of }}</a>
</p>
</section>
</article>
...
...
templates/posts/like.html.tera
View file @
4f6511b5
...
...
@@ -15,7 +15,7 @@
</header>
<section class="block__inner">
<p class="e-content">
<span>Liked <a href="{{ post.like_of }}" class="u-
url
">{{ post.like_of }}</a></span>
<span>Liked <a href="{{ post.like_of }}" class="u-
like-of
">{{ post.like_of }}</a></span>
</p>
</section>
</article>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment