Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ots-blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
ots-blog
Commits
7e2a1860
Commit
7e2a1860
authored
1 year ago
by
James Vasile
Browse files
Options
Downloads
Patches
Plain Diff
Remove author stuff
parent
9ecca206
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/themes/ots/templates/article.html
+3
-3
3 additions, 3 deletions
site/themes/ots/templates/article.html
with
3 additions
and
3 deletions
site/themes/ots/templates/article.html
+
3
−
3
View file @
7e2a1860
...
@@ -47,12 +47,12 @@
...
@@ -47,12 +47,12 @@
</section>
</section>
<br><br><br>
<br><br><br>
<footer>
<footer>
<!--
<div class="adjust-width">
<div class="adjust-width">
<div id="author-block" class="w3-light-grey w3-border">
<div id="author-block" class="w3-light-grey w3-border">
<div id="author-info">
<div id="author-info">
<a
href=
"{{ AUTHOR_WEB }}"
><img
class=
"avatar"
src=
"{{ AUTHOR_AVATAR }}"
onerror=
"this.src='theme/images/avatar.png'"
alt=
"Avatar"
></a>
<a href="{{ AUTHOR_WEB }}"><img class="avatar" src="{{ AUTHOR_AVATAR }}" onerror="this.src='
/
theme/images/avatar.png'" alt="Avatar"></a>
<div style="margin-left: 20px;">
<div style="margin-left: 20px;">
<a href="{{ AUTHOR_WEB }}"><span id="author-name" class="w3-hover-text-dark-grey">{{ article.author }}</span></a>
<a href="{{ AUTHOR_WEB }}"><span id="author-name" class="w3-hover-text-dark-grey">{{ article.author }}</span></a>
<p id="author-story">{% if article.author==AUTHOR %}{{ AUTHOR_DESCRIPTION }}{% endif %}</p>
<p id="author-story">{% if article.author==AUTHOR %}{{ AUTHOR_DESCRIPTION }}{% endif %}</p>
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
</div>
</div>
<br><br><br>
<br><br><br>
-->
{% if article.related_posts %}
{% if article.related_posts %}
<div
class=
"related-posts"
>
<div
class=
"related-posts"
>
<h4>
Related posts:
</h4>
<h4>
Related posts:
</h4>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment