mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-15 14:54:26 +02:00
fix(): set absolute reference to the newly created js file
Also fix the README file so that the install doc is up to date.
This commit is contained in:
10
README.md
10
README.md
@@ -31,6 +31,16 @@ Should be changed to...
|
||||
|
||||
AddIcon /share/theme/icons/gif.png .gif
|
||||
|
||||
* Edit `footer.html` (now in the `/share/theme` folder) and update all instances of paths marked with *{FOLDERNAME}* to point to your site root.
|
||||
|
||||
So...
|
||||
|
||||
<script src=/{FOLDERNAME}/theme/apaxy.js></script>
|
||||
|
||||
Should be changed to...
|
||||
|
||||
<script src=/share/theme/apaxy.js></script>
|
||||
|
||||
* Once done, rename `htaccess.txt` to `.htaccess` in both the `/share` and `/share/theme` folders.
|
||||
* [Treat yo'self](http://25.media.tumblr.com/tumblr_lw7q28y0Mz1qanm80o1_500.gif), you're done.
|
||||
|
||||
|
@@ -7,4 +7,4 @@
|
||||
<div class="footer">
|
||||
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
|
||||
</div><!--/.footer-->
|
||||
<script src=theme/apaxy.js></script>
|
||||
<script src=/{FOLDERNAME}/theme/apaxy.js></script>
|
||||
|
Reference in New Issue
Block a user