Skip to content

Commit 3edbcd6

Browse files
committed
- add image alt attribute
- delete deprecated banner
1 parent 217be84 commit 3edbcd6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: _includes/advert.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
{% if image %}
1111
<a title="{{ image.title }}" href="{{ image.creditlink }}?utm_source=website&utm_medium=banner&utm_campaign=netlicensing_internal&utm_content=image">
12-
<img border="0" class="blog-center" src="{{ image.source | prepend: site.baseurl | prepend: site.url }}">
12+
<img border="0" class="blog-center" alt="{{ image.caption }}" src="{{ image.source | prepend: site.baseurl | prepend: site.url }}">
1313
</a>
1414
{% endif %}

Diff for: _posts/2012-12-25-intellij-idea-how-to-generate-serialversionuid.md

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ sitemap:
2525

2626
{% include advert.html image='/img/NLIC-728x90-banner1.png' %}
2727

28-
<a title="Labs64 NetLicensing" href="https://netlicensing.io">
29-
![Labs64 NetLicensing](/img/NLIC-728x90-banner1.png "NetLicensing - Innovative License Management Solution"){:class="blog-center"}
30-
</a>
31-
3228
When Java class implements _Serializable_ interface you have the following options:
3329

3430
* don&#8217;t declare _serialVersionUID_ explicitly

0 commit comments

Comments
 (0)