mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-01 11:15:00 +00:00
Fix logo stuff on website
This commit is contained in:
parent
aa9529a5ce
commit
60d0e73b00
@ -1,5 +1,9 @@
|
||||
# -*- mode: org; fill-column: 65 -*-
|
||||
|
||||
#+begin_html
|
||||
<a href="/"><img src="http://orgmode.org/img/org-mode-unicorn.png" class="logo-link" /></a>
|
||||
#+end_html
|
||||
|
||||
* Version 6.28
|
||||
:PROPERTIES:
|
||||
:VISIBILITY: content
|
||||
|
@ -7,6 +7,12 @@
|
||||
#+STYLE: <link rel="stylesheet" href="http://orgmode.org/org.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
#+begin_html
|
||||
<!-- The logo links to the root of the website -->
|
||||
<a href="/"><img src="http://orgmode.org/img/org-mode-unicorn.png" class="logo-link" /></a>
|
||||
#+end_html
|
||||
|
||||
#*Org - an Emacs Mode for Notes, Project Planning, and Authoring*
|
||||
#+begin_html
|
||||
<table>
|
||||
@ -27,8 +33,6 @@
|
||||
#+end_html
|
||||
|
||||
#+begin_html
|
||||
<!-- The logo links to the root of the website -->
|
||||
<a href="/"><img src="http://orgmode.org/img/org-mode-unicorn.png" class="logo-link" /></a>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td rowspan="2">
|
||||
|
Loading…
Reference in New Issue
Block a user